From d2306adc5e24160e18bf116ac60a60dc0937f7e8 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Tue, 11 Feb 2025 12:25:37 +0530 Subject: [PATCH] fix(wifi): Fix stack overflow when failure_retry_cnt is set Fix issue of increased stack usage when failure_retry_cnt is set and wifi driver internally retries connection attempts --- 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 2fe516f75c..72a1f6f0df 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 2fe516f75c0bc4816f1c49a54af80480478cf985 +Subproject commit 72a1f6f0df28f4460f293184c145ead1a2a6e545