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:
Dong Heng
2018-09-26 14:19:53 +08:00

View File

@ -115,7 +115,7 @@ config TASK_WDT_PANIC
choice TASK_WDT_TIMEOUT_S
prompt "Task Watchdog timeout period (seconds)"
default TASK_WDT_TIMEOUT_13N
default TASK_WDT_TIMEOUT_15N
help
Timeout period configuration for the Task Watchdog Timer in seconds.
This is also configurable at run time.