diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 6415d68..5bfd524 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,7 +67,7 @@ void loop() { } secondLine = APRS_IS_Utils::checkStatus(); show_display(firstLine, secondLine, thirdLine, fourthLine, 0); - + while (espClient.connected()) { utils::checkDisplayInterval(); utils::checkBeaconInterval();