From 0a52153ee8964d4b8d5788d86b30eccf13342301 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 9 Jun 2023 08:44:36 -0400 Subject: [PATCH] betatestdigi2 --- 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 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();