mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-09 08:41:37 +03:00
fix(pm): fix coexist force wake behaviour with offchannel to optimize performance at returning home channel (90f24784)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user