From aaa17b87400c2e41ff617825673fc75bf0657226 Mon Sep 17 00:00:00 2001 From: XiaXiaotian Date: Fri, 1 Dec 2017 15:00:49 +0800 Subject: [PATCH] Fix some wifi lib bugs 1. Add a hide API for station to receive and process probe request frame. 2. Fix an issue that wifi/bt coexistence crashes in PSRAM version. 3. Fix an issue that the API for clearing vendor ie can not work. 4. Fix an issue that wifi stop and reboot leads watchdog. --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 8919e66ee8..172a09c0bf 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 8919e66ee87d46c3f0c0f49598e8a9b86105e50c +Subproject commit 172a09c0bfa5600fa9ebc9de7f33daaebc30bdac -- 2.40.0