Merge branch 'bugfix/default_task_watchdog_timeout' into 'master'

Change the default timer label in menuconfig

See merge request sdk/ESP8266_RTOS_SDK!1392
This commit is contained in:
Dong Heng
2020-05-07 17:00:35 +08:00

View File

@ -116,7 +116,7 @@ menu "Common ESP-related"
choice ESP_TASK_WDT_TIMEOUT_S choice ESP_TASK_WDT_TIMEOUT_S
prompt "Task Watchdog timeout period (seconds)" prompt "Task Watchdog timeout period (seconds)"
default TASK_WDT_TIMEOUT_15N default ESP_TASK_WDT_TIMEOUT_15N
help help
Timeout period configuration for the Task Watchdog Timer in seconds. Timeout period configuration for the Task Watchdog Timer in seconds.
This is also configurable at run time. This is also configurable at run time.