From 236ae654853be3f2941579ace28d29db32f77833 Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Tue, 21 Apr 2026 10:34:20 -0400 Subject: [PATCH] ElegantOta fix --- src/LoRa_APRS_iGate.cpp | 4 ++-- src/ota_utils.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index a2a40a9..429f1c4 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -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; diff --git a/src/ota_utils.cpp b/src/ota_utils.cpp index abb1ba8..4b2687a 100644 --- a/src/ota_utils.cpp +++ b/src/ota_utils.cpp @@ -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; } } \ No newline at end of file