From 2494acea5596059ba4fcac86f3dcd6a55e4ed430 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sun, 30 Jun 2024 10:36:15 -0400 Subject: [PATCH] espacio en blanco --- 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 17a5be7..410679a 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -178,7 +178,7 @@ void loop() { APRS_IS_Utils::listenAPRSIS(); // listen received packet from APRSIS } - STATION_Utils::processOutputPacketBuffer(); + STATION_Utils::processOutputPacketBuffer(); show_display(firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seventhLine, 0); Utils::checkRebootTime();