Enabled interrupt watchdog timer

This commit is contained in:
nopnop2002
2024-04-04 06:21:19 +09:00
parent f38443b1a3
commit 9aa50d9e2b

View File

@@ -5,10 +5,9 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
# Disable WatchDog
CONFIG_ESP_INT_WDT=n
CONFIG_INT_WDT=n
CONFIG_TASK_WDT=n
#
# Disable Task Watchdog Timer
#
CONFIG_ESP_TASK_WDT_EN=n
#