task_watchdog: Fixed the default timeout

The watchdog timeout was mistakenly getting set to 6 seconds instead of 26 seconds
due to incorrect macro being used.
This commit is contained in:
Supreet Deshpande
2020-05-06 12:41:40 +05:30
parent a6fb921b38
commit f03e81b092

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.