mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-19 17:04:47 +08:00
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:
@ -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.
|
||||||
|
Reference in New Issue
Block a user