From 2962317ff4e9968b99327da1904e09b9a8ff3aa7 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 24 Feb 2024 13:40:58 -0300 Subject: [PATCH] whitespace cleaning --- src/LoRa_APRS_Tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index fd905e9..32e8b21 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -69,7 +69,7 @@ uint32_t refreshDisplayTime = millis(); bool sendUpdate = true; int updateCounter = Config.sendCommentAfterXBeacons; -bool sendStandingUpdate = false; +bool sendStandingUpdate = false; bool statusState = true; uint32_t statusTime = millis(); bool bluetoothConnected = false;