mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 04:57:38 +00:00

- Fix issues in Max Idle period negotiation and protected keep alive - Add BSS Max Idle config in SoftAP config and create a feature flag - Add a unit test case to test both STA and SoftAP implementation
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
|
# ignore task watchdog triggered by unity_run_menu
|
|
CONFIG_ESP_TASK_WDT_EN=n
|
|
CONFIG_ESP_WIFI_BSS_MAX_IDLE_SUPPORT=y
|