From 9b4e09e421f72fa055ca0e12fcc5208302e64d21 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 20 May 2023 01:06:21 -0400 Subject: [PATCH] casicasicasi --- src/LoRa_APRS_iGate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 592d6dc..3e7c7bb 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -118,6 +118,7 @@ bool checkValidHeardStation(String station) { return true; } } + Serial.println(" ---> Station not Heard for last 30 min (Not Tx)"); return false; } @@ -386,8 +387,6 @@ void loop() { display_toggle(true); lastRxTxTime = millis(); show_display(firstLine, secondLine, Sender + " -> " + Addressee, Message, 2000); - } else { - Serial.println(" ---> Station not Heard for last 30 min (Not Tx)"); } } }