Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_c2_disconnect_reason_code_wrong_issue' into …
Browse files Browse the repository at this point in the history
…'master'

fix(wifi): fix esp32c2 disconnect reason code wrong issue

Closes WIFIBUG-435

See merge request espressif/esp-idf!29299
  • Loading branch information
jack0c committed Feb 29, 2024
2 parents 6817e9f + eb54a46 commit 83f4038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,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 83f4038

Please sign in to comment.