Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_c2_disconnect_reason_code_wrong_issue_v5.2' …
Browse files Browse the repository at this point in the history
…into 'release/v5.2'

fix(wifi): fix esp32c2 disconnect reason code wrong issue(Backport v5.2)

See merge request espressif/esp-idf!29346
  • Loading branch information
jack0c committed Mar 1, 2024
2 parents a328e1a + d005e71 commit 4f6cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Expand Up @@ -1886,7 +1886,7 @@ ieee80211_vnd_lora_ie_size = 0x40002048;
ieee80211_vnd_ie_size = 0x4000204c;
ieee80211_add_ssid = 0x40002050;
ieee80211_add_rates = 0x40002054;
ieee80211_add_xrates = 0x40002058;
/*ieee80211_add_xrates = 0x40002058;*/
ieee80211_is_ht_cipher = 0x4000205c;
ieee80211_setup_lr_rates = 0x40002068;
ieee80211_ht_node_init = 0x4000206c;
Expand Down

0 comments on commit 4f6cca6

Please sign in to comment.