From 0faef78a8d29346f182e0a52a195e3a99be411c9 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 9 Jun 2023 08:45:20 -0400 Subject: [PATCH] betatestdigi3 --- 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 5bfd524..5902e75 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -66,8 +66,7 @@ void loop() { APRS_IS_Utils::connect(); } secondLine = APRS_IS_Utils::checkStatus(); - show_display(firstLine, secondLine, thirdLine, fourthLine, 0); - + show_display(firstLine, secondLine, thirdLine, fourthLine, 0); while (espClient.connected()) { utils::checkDisplayInterval(); utils::checkBeaconInterval();