From 43e21a032fe414d0c3a88f391244aebff9222956 Mon Sep 17 00:00:00 2001 From: liuning Date: Mon, 23 Jun 2025 19:37:55 +0800 Subject: [PATCH] fix(wifi): fix duplicated offchan error, add coex wifi event imm Closes https://github.com/espressif/esp-idf/issues/16183 --- components/esp_coex/lib | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_coex/lib b/components/esp_coex/lib index cb6667841f..c62361f19c 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit cb6667841f63457246d56a9170f3409917e9d5a8 +Subproject commit c62361f19c98a448255b53f8d31d3a23597e01e3 diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index b08bd88c83..ead6707574 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit b08bd88c839b56d27a95bf9fe61e7fa963cf1a36 +Subproject commit ead67075744bacebf3f7986911d5c7e7ee7a7183