From 8ed26569d177b8fd05322165001f78e95e4e70d9 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Thu, 26 Jun 2025 14:55:14 +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 toplogy 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