From faec3211bda397db4686c5900815d6e751d3df43 Mon Sep 17 00:00:00 2001 From: liu zhifu Date: Tue, 16 Apr 2019 21:26:20 +0800 Subject: [PATCH] esp32: fix some WiFi and coexist bugs Fix following WiFi and coexist bugs: 1. Fix BT disconnecting due to too many reset BB 2. Fix the bug that no TBTT is generated after rx wrong beacon when WiFi/BT coexist 3. Fix a DelBA bug 4. Add out of memory check 5. Fix the bug that STA incorrectly receives packets when scanning in connected status 6. PHY4008: Disable BT TX in force wifi mode, and enable BT TX in un-force wifi mode --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 1ea7cb773..b44134efb 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 1ea7cb7731136c2f59c9e335e8b490a11773c348 +Subproject commit b44134efbc9239fc053623ed1ae686d90ec97ff7