Some adjustments

This commit is contained in:
Gunnar Skjold
2024-12-05 20:10:44 +01:00
parent 40c84d2429
commit 18af98511a
8 changed files with 38 additions and 42 deletions

View File

@@ -717,7 +717,7 @@ void loop() {
debugW_P(PSTR("Rebooting to firmware version %s"), upinfo.toVersion);
upinfo.errorCode == AMS_UPDATE_ERR_SUCCESS_CONFIRMED;
config.setUpgradeInformation(upinfo);
delay(500);
delay(1000);
ESP.restart();
}
}
@@ -756,6 +756,7 @@ void loop() {
config.setSystemConfig(sys);
config.save();
delay(1000);
ESP.restart();
}
if(dnsServer != NULL) {