From b9688b97ec35933162a0df326ce76dd0b240f8e7 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 c62361f19c..2d68674e3d 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit c62361f19c98a448255b53f8d31d3a23597e01e3 +Subproject commit 2d68674e3d522fb025e4666217f9cc1ca2af9399 diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 180762ac13..1e370437af 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 180762ac131df2ee66cd959545f1f75af69acc5b +Subproject commit 1e370437afc66a556df4d95623ce35fa40d2393f