From a9dfa06125f3f607717a28beb1ddff1137c26147 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Sun, 6 May 2018 17:29:06 +0800 Subject: [PATCH] esp32: fix two wifi bugs 1. Fix the bug that WiFi receives duplicate MPDU 2. Deauth the station if soft-AP already has max WiFi connections --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 7c8fc4a8f..e21cf48e2 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 7c8fc4a8f158097d116e1ce94dfff097b9281129 +Subproject commit e21cf48e265f86878d89e31457eb0f1722b410d8