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();