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 BOT
parent 86a9823e5e
commit c57f5cd507

View File

@@ -459,7 +459,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.