mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-01-07 17:20:09 +01:00
Update LoRa_APRS_Tracker.cpp
This commit is contained in:
parent
296f89bd46
commit
2d04389266
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue