From 80b14fc77f3963726b90531c4553cc196742fbf0 Mon Sep 17 00:00:00 2001 From: Deng Xin Date: Tue, 17 Oct 2017 14:57:45 +0800 Subject: [PATCH] esp32: fix some wifi bugs 1. Fix WiFi timer enable twice issue 2. Fix a softAP compatibility issue 3. Fix ebuf alloc counter issue 4. remove nvs_flash_init() in esp_wifi_init() 5. Fix scan only find few APs after set bssid 6. Fix can not connect to hidden SoftAP 7. Remove group key entry before connecting ot AP --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index d7c77c5ae8..a0d77be618 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit d7c77c5ae8206c5a2395a39c6f47c0da6637fc8a +Subproject commit a0d77be618bc933415eb0ffd7c2a0610ef3336d6