mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-08-06 19:44:39 +08:00
update wifi lib
When WiFi enter into a special status (11b weak mode), then reset Wifi baseband to recover to normal mode (b9822445)
This commit is contained in:
@ -11,3 +11,4 @@ xtensa-esp32-elf-objcopy --redefine-sym printf=net80211_printf libnet80211.a
|
||||
xtensa-esp32-elf-objcopy --redefine-sym printf=core_printf libcore.a
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=core_printf libcore.a
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=coexist_printf libcoexist.a
|
||||
xtensa-esp32-elf-objcopy --redefine-sym printf=coexist_printf libcoexist.a
|
||||
|
Reference in New Issue
Block a user