From a0ea332ca3dcbc262eae1c1b92c55ff6dcaff931 Mon Sep 17 00:00:00 2001 From: akshat Date: Wed, 4 Dec 2024 14:11:37 +0530 Subject: [PATCH] fix(wifi): Do not try re-connection when sta disconnects with esp_wifi_disconnect() Do not follow wifi_config::wifi_sta_config::failure_retry_cnt logic when station itself issues a disconnect from AP/Router using esp_wifi_disconnect() --- 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 d985b57105..74d6a28a95 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit d985b57105276b789e6251012b6e35e3d69d92b9 +Subproject commit 74d6a28a95c1122e0342f7ab8fb40224c408550b