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