restart after 1.9.x migration

This commit is contained in:
proddy
2020-08-30 21:14:14 +02:00
parent 2858437da2
commit bdc787b62b
2 changed files with 9 additions and 0 deletions

View File

@@ -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;