From 6a418013a32834d6ad46d45d733295d5313d914a Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Mon, 17 Dec 2018 20:39:54 +0800 Subject: [PATCH] esp32: fix WiFi stop bug in WiFi/BT coexist mode This fix includes following changes: 1. Fix the bug that esp_restart()/esp_wifi_stop() sometimes fails in WiFi/BT coexist mode. 2. Add a timer for WiFi stop and stop WiFi forcibly once the timer expires. --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 35cd99b3b2..255e0b2118 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 35cd99b3b2589fc91676166265fa29c950a0e9cc +Subproject commit 255e0b2118d003107e951a42a51c9d083e8b4139