mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-07-02 08:26:06 +08:00
esp_wifi_mesh: update wifi mesh libs(2027fee)
1. Fix FIX-ROOT does not reconnect to router when disconnect reason is too many 2. Add API esp_mesh_print_scan_result 3. Modify not to reset mesh_xonseq of self and children when flush_upstream_packets 4. Fix not arm parent monitor when a parent candidate is cleared without sending an event to mesh layer 5. Fix the new voted root does not reconnect to router if rssi is weak
This commit is contained in:
@ -37,6 +37,13 @@ if [ $? -eq 0 ]; then
|
||||
xtensa-esp32-elf-objcopy --redefine-sym printf=sc_printf libsmartconfig.a
|
||||
fi
|
||||
|
||||
git status libmesh.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libmesh.a fixed
|
||||
xtensa-esp32-elf-objcopy --redefine-sym printf=mesh_printf libmesh.a
|
||||
xtensa-esp32-elf-objcopy --redefine-sym ets_printf=mesh_printf libmesh.a
|
||||
fi
|
||||
|
||||
git status libpp.a | grep modified >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo $dir/libpp.a fixed
|
||||
|
BIN
libcoexist.a
BIN
libcoexist.a
Binary file not shown.
BIN
libespnow.a
BIN
libespnow.a
Binary file not shown.
BIN
libnet80211.a
BIN
libnet80211.a
Binary file not shown.
BIN
libsmartconfig.a
BIN
libsmartconfig.a
Binary file not shown.
Reference in New Issue
Block a user