Update LoRa_APRS_Tracker.cpp

delete debug line on display
This commit is contained in:
Peter Buchegger 2020-11-06 14:13:59 +01:00 committed by GitHub
parent 46f5dd62e9
commit 296375f883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())
);
}