From 72fa12ec9b67231d966b67a6e34cc87e03dc371c Mon Sep 17 00:00:00 2001 From: liu zhifu Date: Fri, 20 Sep 2019 13:50:14 +0800 Subject: [PATCH] esp32: backport some WiFi fixes to v3.0 Fix following WiFi bugs: 1. Fix some potential memory leak caused by WiFi stop 2. Fix the bug that ESP32 AP crashes when connected STA power-off 3. Fix the bug that STA can scan the channel out of regdomain 4. Fix some scan/connect bugs 5. Fix the bug that ESP32 STA fails to connect WPA_WPA2_PSK Apple AP 6. Fix the crashing in scan done because of uint8 overflow 7. Fix the bug that smartconfig crashes when no AP is found 8. Fix the bug that ESP32 sends broadcast to phone after smartconfig is done --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index b339bbbda..ac3108200 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit b339bbbda5faea38ba97464a68b49307767d4edc +Subproject commit ac3108200a0ac7bd58b060fa4d5e389827290d63