From b5b1a1f31d71d26377e410294ced9bea2eb96c0a Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Tue, 13 Sep 2022 12:02:21 +0530 Subject: [PATCH 1/2] esp-wifi : Adds the status connected for station, when the station is already connected to the ap of the same bss- wifi-4785 --- 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 4a6d15c134..9c8dbff7bf 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 4a6d15c134f162876951e068fd706a54563b6d9c +Subproject commit 9c8dbff7bfe6b8ab5621527584bb4eb1c720dc2f From 9e44dde2cd8b1c31ab8af97978e670732d3bcbca Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Mon, 19 Sep 2022 09:45:31 +0530 Subject: [PATCH 2/2] esp_wifi : updated the wifi lib to fix the printf issue on esp32c2 --- 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 9c8dbff7bf..c327dc40f2 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 9c8dbff7bfe6b8ab5621527584bb4eb1c720dc2f +Subproject commit c327dc40f2fa708c0b0c535465a08496ff92eed2