From 944da26bf82bc0d166af16fefd24872328c14874 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 11 Jul 2021 12:36:44 -0400 Subject: [PATCH] alt one decimal --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 76dc9422..49690145 100644 --- a/main.c +++ b/main.c @@ -913,7 +913,7 @@ void get_tlm(void) { longitude = toAprsFormat(lon_gps); char gps_str[1000]; - sprintf(gps_str, "%7.4f %7.4f %7.4f", lat_gps, lon_gps, alt_gps); + sprintf(gps_str, "%7.4f %7.4f %7.1f", lat_gps, lon_gps, alt_gps); // printf("Str: %s \n", str); if (mode != CW) {