From ea495452691cfa0c0add47762a3ef56a08914ceb Mon Sep 17 00:00:00 2001 From: xiehang Date: Tue, 9 Mar 2021 20:24:31 +0800 Subject: [PATCH] esp_wifi: Fix some Wi-Fi bugs 0309 1. Fix the issue that the parameters obtained from RAM cannot be saved to NVS 2. Modify not to store the default value in NVS 3. Fixed issue with hidden AP scans after connecting AP. 4. Fix watchdog issue when receiving action frame. 5. Fixed issue of reason code change from 15 to 204 when provide wrong password 6. Fix set config return value error 7. Fix ampdu age timer memory leak --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index c1eea43d4c..d21608a505 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c1eea43d4cdee25a9b93f6dba1c3c25de38e94b6 +Subproject commit d21608a505f8000ba3a7cce696985fb3b4cd8e81