From e38cf71d281ed911addf547a33f1ee0cc5dcf34b Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 26 May 2023 13:57:10 -0400 Subject: [PATCH] updated serial messages --- src/LoRa_APRS_iGate.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index c324178..0959a15 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -153,9 +153,9 @@ void updateLastHeardStation(String station) { } ////// - Serial.println("Stations Near (last 30 minutes):"); + Serial.print("Stations Near (last 30 minutes): "); for (int k=0; klatitude) + " " + String(currentWiFi->longitude); - } else if (query.indexOf("?APRSL") == 0 || query.indexOf("?aprsl") == 0 || query.indexOf("?Aprsl") == 0) { + } else if (query=="?APRSL" || query=="?aprsl" || query=="?Aprsl") { for (int i=0; i