From eafb712f9c5411b421a840a3baa8b12ac0306285 Mon Sep 17 00:00:00 2001 From: dj1an Date: Fri, 31 May 2019 18:37:39 +0200 Subject: [PATCH] Fixed Longitude output Fixed Longitude output --- MiniSmartTracker.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiniSmartTracker.ino b/MiniSmartTracker.ino index 8990aa2..d62853f 100644 --- a/MiniSmartTracker.ino +++ b/MiniSmartTracker.ino @@ -214,7 +214,7 @@ boolean TxtoRadio(void) { // Append 0 if Lng less than 10 if ( fabs(lastTxLng) < 10 ) { - latOut.concat("0"); // Append 0 if Lng less than 10 + lngOut.concat("0"); // Append 0 if Lng less than 10 } lngOut.concat(tmp); // Actual Lng in DDDMM.MM