From 2d04389266e7b634e4d268d83a30bbfd67f27288 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Tue, 10 May 2022 22:55:09 +0200 Subject: [PATCH] Update LoRa_APRS_Tracker.cpp --- src/LoRa_APRS_Tracker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 212f6f1..c272ad6 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -36,7 +36,7 @@ String createTimeString(time_t t); String getSmartBeaconState(); String padding(unsigned int number, unsigned int width); -static bool send_update = true; +static bool send_update = true; static bool display_toggle_value = true; static void handle_tx_click() { @@ -115,7 +115,7 @@ void loop() { if (Config.debug) { while (Serial.available() > 0) { char c = Serial.read(); - //Serial.print(c); + // Serial.print(c); gps.encode(c); } } else {