From 2833200d4e021249348e08c0450440f46773ed99 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 26 May 2023 14:04:13 -0400 Subject: [PATCH] minor updates in serial messages --- 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 0959a15..c4a5230 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -12,7 +12,7 @@ #include "igate_config.h" #include "display.h" -#define VERSION "2023.05.23" +#define VERSION "2023.05.26" WiFiClient espClient; String ConfigurationFilePath = "/igate_conf.json";