From 5d43ec64bddfd0efb8e66e381ac66a0a64ede021 Mon Sep 17 00:00:00 2001 From: XiaXiaotian Date: Mon, 8 Apr 2019 10:36:29 +0800 Subject: [PATCH] esp_wifi: fix the bug that no TBTT will be generated anymore after receiving wrong beacon when WiFi and BT coexist. --- components/esp_wifi/lib_esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib_esp32 b/components/esp_wifi/lib_esp32 index 69007bcfae..fb82be366c 160000 --- a/components/esp_wifi/lib_esp32 +++ b/components/esp_wifi/lib_esp32 @@ -1 +1 @@ -Subproject commit 69007bcfaea2ded4444dedc5e394cba084e32fe0 +Subproject commit fb82be366c507d8fc37dfd4b283a69b201035a05 -- 2.40.0