Disabled the task watchdog timer and enabled the interrupt watchdog timer.

This commit is contained in:
nopnop2002 2024-04-04 06:00:39 +09:00
parent f592af622f
commit 19585032f5

View File

@ -1,8 +1,5 @@
#
# Disable WatchDog
# Disable Task Watchdog Timer
#
CONFIG_ESP_INT_WDT=n
CONFIG_INT_WDT=n
CONFIG_TASK_WDT=n
CONFIG_ESP_TASK_WDT_EN=n