test: add sdkconfig.defaults

Disable the watchdogs by default for the unit test project
This commit is contained in:
johnny9 2023-05-28 12:59:23 -04:00
parent f123430a7d
commit 3f6fbb7be2

2
test/sdkconfig.defaults Normal file
View File

@ -0,0 +1,2 @@
CONFIG_ESP_INT_WDT=n
CONFIG_ESP_TASK_WDT=n