From 509363fc4d1a24b70c02851f1bf9f88f8d9264ba Mon Sep 17 00:00:00 2001 From: Mit4el Date: Sun, 17 Nov 2024 17:15:49 +0300 Subject: [PATCH] fix reset_config_bootloop --- src/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main.cpp b/src/Main.cpp index 5b42ddfc..c270fb37 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -166,6 +166,7 @@ void setup() { { SerialPrint("E", "CORE", F("CONFIG and SCENARIO reset !!!")); bootloop_panic_count = 0; + ESP.restart(); } #endif // RESTART_DEBUG_INFO // настраиваем микроконтроллер