From 964a04757d993cdaa628a292eb78235806e0dbf7 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 20 May 2023 01:10:06 -0400 Subject: [PATCH] primer proto 2023.05.20 --- src/LoRa_APRS_iGate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 3e7c7bb..a99602f 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.17" +#define VERSION "2023.05.20" WiFiClient espClient; String ConfigurationFilePath = "/igate_conf.json"; @@ -118,7 +118,7 @@ bool checkValidHeardStation(String station) { return true; } } - Serial.println(" ---> Station not Heard for last 30 min (Not Tx)"); + Serial.println(" ---> Station not Heard for last 30 min (Not Tx)\n"); return false; }