mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
Merge branch 'feature/modify_wdt_time' into 'master'
Modify default watch dog trigger time from 6.5s to 26.2s for some calculation See merge request sdk/ESP8266_RTOS_SDK!521
This commit is contained in:
@ -115,7 +115,7 @@ config TASK_WDT_PANIC
|
|||||||
|
|
||||||
choice TASK_WDT_TIMEOUT_S
|
choice TASK_WDT_TIMEOUT_S
|
||||||
prompt "Task Watchdog timeout period (seconds)"
|
prompt "Task Watchdog timeout period (seconds)"
|
||||||
default TASK_WDT_TIMEOUT_13N
|
default 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