Misc log
This commit is contained in:
parent
f91c341e56
commit
6ce59b2912
|
@ -111,6 +111,7 @@ HttpUpdateResult HttpReleaseUpdate::handleUpdate(HTTPClient& http) {
|
|||
}
|
||||
|
||||
if (_rebootOnUpdate) {
|
||||
Serial.println("Update complete, rebooting...");
|
||||
ESP.restart();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue