This commit is contained in:
Mit4el
2024-11-20 00:22:55 +03:00
parent cfe1f04bdd
commit 8136d47cbd
2 changed files with 3 additions and 3 deletions

View File

@@ -295,7 +295,7 @@ extern "C" void __wrap_esp_panic_handler(void *info)
#include <esp_task_wdt.h>
// 3 seconds WDT, reset in 1 seconds
#define WDT_TIMEOUT 10
#define WDT_TIMEOUT 180
void startWatchDog()
{