From ddbb53508064dba41299262fe673882f44b5aa78 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Wed, 21 Nov 2018 15:24:30 +0800 Subject: [PATCH] esp32: fix some wifi bugs Fix some wifi bugs 1. Enable RX BAR 2. Fix the bug that ESP32 AP negotiates with iphone to 11g 3. Fix the bug that ESP32 STA has ap_loss because CMCC AP contains two SSID --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 35de296fdb..8e105b14a0 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 35de296fdbfd90212d1414ef538cb18d5d9d6779 +Subproject commit 8e105b14a0ac6149647bb5ac813633989be2a2e6 -- 2.40.0