From 6d70432c7b2727d632627f00f38d9ae13a7ff241 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Fri, 1 Mar 2019 12:53:55 +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 69ef74a88..bcb6ae715 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 69ef74a88d256f1687d6d72cb3e64ebc79a73cb1 +Subproject commit bcb6ae7156309446436d19ff7723b7b27664fed9