ElegantOta fix

This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-04-21 10:34:20 -04:00
parent 4263d55839
commit 236ae65485
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ ___________________________________________________________________*/
#endif
String versionDate = "2026-04-20";
String versionNumber = "3.2.3.1";
String versionDate = "2026-04-21";
String versionNumber = "3.2.4";
Configuration Config;
WiFiClient aprsIsClient;
WiFiClient mqttClient;
+1 -1
View File
@@ -74,7 +74,7 @@ namespace OTA_Utils {
Serial.println(success ? "OTA update finished successfully!" : "There was an error during OTA update!");
displayShow("", "", statusMessage, "", rebootMessage, "", "", 4000);
isUpdatingOTA = false;
if (!success) isUpdatingOTA = false;
}
}