This commit is contained in:
DTTerastar 2023-03-10 10:40:55 -05:00
parent f91c341e56
commit 6ce59b2912
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ HttpUpdateResult HttpReleaseUpdate::handleUpdate(HTTPClient& http) {
}
if (_rebootOnUpdate) {
Serial.println("Update complete, rebooting...");
ESP.restart();
}
} else {