mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
restart after 1.9.x migration
This commit is contained in:
@@ -717,7 +717,9 @@ bool System::check_upgrade() {
|
||||
},
|
||||
"local");
|
||||
|
||||
Serial.println(F("Restarting..."));
|
||||
Serial.end();
|
||||
restart(); // force a restart, nice and tidy
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user