From d468522078582eb2ac4a8a8cad9bdff838cc15ff Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Thu, 26 Jun 2025 17:41:13 +0800 Subject: [PATCH] fix(wifi/mesh): fixed the mesh crash issue when changing mesh AP's authmode fix(wifi/mesh): fixed the esp_mesh_scan_get_ap_record() error in chain topology Closes https://github.com/espressif/esp-idf/issues/16041 --- 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 ead6707574..561f3904ef 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ead67075744bacebf3f7986911d5c7e7ee7a7183 +Subproject commit 561f3904efa6fa3ac9fa6213985c118bcb9ed800