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;