From a9bdb4a2c934b9f4c556cb2d3cf6e156ffc16c22 Mon Sep 17 00:00:00 2001 From: akshat Date: Fri, 25 Oct 2024 16:00:04 +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 39515d58b3..dc041af514 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 39515d58b38bb988f7f5f7d2b9471983f8a33848 +Subproject commit dc041af514b576875d8fb1702cdf29f35338c812