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:
Liu Zhi Fu
2019-03-13 10:57:27 +08:00
parent 61530b0bdd
commit e3115e5cd9
10 changed files with 1 additions and 0 deletions

View File

@ -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