From 2f547ca7c847cbb50384a327c7db8bd0ce774261 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Fri, 1 Mar 2019 11:23:54 +0800 Subject: [PATCH] esp32: fix some WiFi bugs Fix following WiFi bugs: 1. Fix the bug that STA incorrectly deletes BA when receiving DelBA request 2. Add out of memory check 3. Fix the bug that STA incorrectly receives packets when scanning in connected status --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index aa6fe8cd2..8ab53aee3 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit aa6fe8cd2ec3f8a7e01490c81a5a83a5c322e8c6 +Subproject commit 8ab53aee3dff28cf374d25a8defdea0dc7c2fa32