fix(pm): fix coexist force wake behaviour with offchannel to optimize performance at returning home channel (90f24784)

This commit is contained in:
liuning
2026-03-12 16:36:43 +08:00
committed by sibeibei
parent 9565b99973
commit 1d06a1593e

View File

@@ -453,7 +453,8 @@ menu "Wi-Fi"
config ESP_WIFI_SLP_BEACON_LOST_TIMEOUT
int "Beacon loss timeout"
range 5 100
default 10
default 25 if ESP_COEX_SW_COEXIST_ENABLE
default 10 if (!ESP_COEX_SW_COEXIST_ENABLE)
depends on ESP_WIFI_SLP_BEACON_LOST_OPT
help
Timeout time for close rf phy when beacon loss occurs, Unit: 1024 microsecond.