From 11d413cb177412de784b61d5f687ea17bbbf408a Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Sun, 8 Mar 2026 10:11:10 -0300 Subject: [PATCH] corrigiendo desorden --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 3bc2833..a2b21f1 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -68,7 +68,7 @@ ___________________________________________________________________*/ String versionDate = "2026-03-08"; -String versionNumber = "3.3"; +String versionNumber = "3.2.100"; Configuration Config; WiFiClient aprsIsClient; WiFiClient mqttClient;