diff --git a/src/core/system.cpp b/src/core/system.cpp index ba9e3f646..08c4fa19b 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -304,8 +304,7 @@ void System::system_restart(const char * partitionname) { delay(1000); // wait 1 second ESP.restart(); #else - restart_requested(false); - restart_pending(false); + EMSESP::system_.systemStatus(SYSTEM_STATUS::SYSTEM_STATUS_NORMAL); if (partitionname != nullptr) { LOG_INFO("Restarting EMS-ESP from %s partition", partitionname); } else {