From d537815bb0a0e0838605e311b0b83501e8aa4aec Mon Sep 17 00:00:00 2001 From: sibeibei Date: Thu, 10 Sep 2026 12:25:05 +0800 Subject: [PATCH 1/2] fix(scan): prioritize if1_conn check for home channel return logic --- 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 1029fd34ed0..9ba23244fd4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1029fd34ed02a2f8ffbd9b29736f98f20290757c +Subproject commit 9ba23244fd49ebee7f7dee8da103d838bdde3f0c From 1381a2510ae663e36b9bdd2ca061502613b7e983 Mon Sep 17 00:00:00 2001 From: sibeibei Date: Thu, 10 Sep 2026 20:43:07 +0800 Subject: [PATCH 2/2] ci(wpa_supplicant): use large partition table for supplicant test app --- components/wpa_supplicant/test_apps/sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wpa_supplicant/test_apps/sdkconfig.defaults b/components/wpa_supplicant/test_apps/sdkconfig.defaults index 1a63caec1ea..d67de849810 100644 --- a/components/wpa_supplicant/test_apps/sdkconfig.defaults +++ b/components/wpa_supplicant/test_apps/sdkconfig.defaults @@ -1,3 +1,4 @@ +CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192 CONFIG_ESP_TASK_WDT_EN=n CONFIG_ESP_WIFI_TESTING_OPTIONS=y