forked from espressif/esp-idf
Merge branch 'bugfix/fix_ersu_compatibility_issue' into 'master'
fix(wifi): fix ersu compatibility issue Closes WIFI-6799 See merge request espressif/esp-idf!37027
This commit is contained in:
@@ -65,7 +65,7 @@ wifi_get_macaddr = 0x40000b2c;
|
||||
wifi_rf_phy_disable = 0x40000b30;
|
||||
wifi_rf_phy_enable = 0x40000b34;
|
||||
wifi_is_started = 0x40000b38;
|
||||
sta_input = 0x40000b3c;
|
||||
/*sta_input = 0x40000b3c;*/
|
||||
sta_rx_eapol = 0x40000b40;
|
||||
sta_reset_beacon_timeout = 0x40000b44;
|
||||
sta_get_beacon_timeout = 0x40000b48;
|
||||
|
Submodule components/esp_wifi/lib updated: b41192c70c...39eb485521
Reference in New Issue
Block a user