From f77d7078b64d8a4bcc697f25ff0b8a57bdeb2b50 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 12 Jun 2024 09:34:13 -0400 Subject: [PATCH] updateVersion --- 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 6c8bda7..4313074 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -37,7 +37,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.06.10"; // BD5HTY --> Don't use my code as your / don't change TOCALL also. +String versionDate = "2024.06.10"; Configuration Config; WiFiClient espClient;