mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-01-06 16:50:05 +01:00
Update LoRa_APRS_Tracker.cpp
delete debug line on display
This commit is contained in:
parent
46f5dd62e9
commit
296375f883
|
|
@ -134,7 +134,6 @@ void loop()
|
|||
#ifdef TTGO_T_Beam_V1_0
|
||||
String("Bat: ") + batteryVoltage + String("V ") + batteryIndicator + batteryChargeCurrent + String("mA"),
|
||||
#endif
|
||||
String("") + create_lat_aprs(gps.location.rawLat()) + String(" ") + create_long_aprs(gps.location.rawLng())
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue