From 296375f88331b59d009595ddc3694546739dea93 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 6 Nov 2020 14:13:59 +0100 Subject: [PATCH] Update LoRa_APRS_Tracker.cpp delete debug line on display --- src/LoRa_APRS_Tracker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index df719ac..1efec6f 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -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()) ); }