From 9e94e2ffb799ed1fc197f84aa9a55215ec8d5546 Mon Sep 17 00:00:00 2001 From: Petr Kracik Date: Mon, 12 Jan 2026 23:50:50 +0100 Subject: [PATCH] Code style, extra white spaces --- 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 97aaa66..96b8609 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -183,7 +183,7 @@ void loop() { Utils::checkDisplayInterval(); Utils::checkBeaconInterval(); - + APRS_IS_Utils::checkStatus(); // Need that to update display, maybe split this and send APRSIS status to display func? String packet = "";