mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Disabled the task watchdog timer and enabled the interrupt watchdog timer.
This commit is contained in:
parent
f592af622f
commit
19585032f5
@ -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
|
CONFIG_ESP_TASK_WDT_EN=n
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user