From f06f12f08aa1b42676e062c9ae93b0a4fe66d95d Mon Sep 17 00:00:00 2001 From: liuning Date: Tue, 8 Jul 2025 18:01:25 +0800 Subject: [PATCH] fix(wifi): fix some esp-now issues and lightsleep issues 1. fix tbtt issues when wifi_slp_iram_opt is not enabled and light sleep enabled 2. support espnow rx all the time at coexistence default mode, fix some coexist perfermance issue with coexistence default mode. 3. support connectionless ps with enhanced_light_sleep 4. fix espnow coexist issue when switching to coexistence mode 5. fix concurrent issue of connectionless_interval_set API --- 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 8183181aa6..40372a4be7 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit 8183181aa6531d9d4abfad97a48b7708bde9f689 +Subproject commit 40372a4be7bab3c0634903c50a3443d30effd2cc diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 0671a0e0d5..1ebfe9d715 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 0671a0e0d517c543966d15da2f85d118fe48cc86 +Subproject commit 1ebfe9d71544e2433cd2e64bbe596e869a4ffd4f