From 550f858c0fc64f8f5472f242ecb836f53b3fdb26 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Thu, 30 Nov 2023 17:51:33 +0800 Subject: [PATCH] fix(wifi/mesh): fix connection and opmoode error in mesh 1. fix the bug that station can't found AP when the authmode is WPA 2. fix wifi mode error when mesh start after station has connected to router Closes https://github.com/espressif/esp-idf/issues/12646 --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 05058c38e7..07bb480841 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 05058c38e7712e74b6f0a9e599641c0f387dd942 +Subproject commit 07bb480841d33fc1f7c1cd1e96f774604a8e4b56