alt one decimal

bp-new
alanbjohnston 5 years ago committed by GitHub
parent 65e669fb21
commit 944da26bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save

Powered by TurnKey Linux.