Skip to content

Commit

Permalink
Enabled interrupt watchdog timer
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Apr 3, 2024
1 parent 085b1bc commit 20f973e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit 20f973e

Please sign in to comment.