From cb650382ca1467277bd8a62eae96a71bacd3c6c9 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Mon, 17 Dec 2018 20:52:40 +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 8c987c6b2..acc7e050c 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 8c987c6b246141016674da9b33b09d4f461363f0 +Subproject commit acc7e050c8ab15b04d2ac97085ba49823b8cd911