mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
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:
@ -116,7 +116,7 @@ menu "Common ESP-related"
|
||||
|
||||
choice ESP_TASK_WDT_TIMEOUT_S
|
||||
prompt "Task Watchdog timeout period (seconds)"
|
||||
default TASK_WDT_TIMEOUT_15N
|
||||
default ESP_TASK_WDT_TIMEOUT_15N
|
||||
help
|
||||
Timeout period configuration for the Task Watchdog Timer in seconds.
|
||||
This is also configurable at run time.
|
||||
|
Reference in New Issue
Block a user