Update LoRa_APRS_Tracker.cpp

This commit is contained in:
Peter Buchegger 2022-05-10 22:55:09 +02:00 committed by GitHub
parent 296f89bd46
commit 2d04389266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {