diff --git a/main.c b/main.c index 7db643be..a7302dd4 100644 --- a/main.c +++ b/main.c @@ -955,7 +955,8 @@ void get_tlm(void) { sprintf(header_str2b, "=%s%c%sShi hi ", header_lat, 0x5c, header_long); // add APRS lat and long else // sprintf(header_str2b, "=%s%c%c%sShi hi ", header_lat, 0x5c, 0x5c, header_long); // add APRS lat and long - sprintf(header_str2b, "=%s/%sOhi hi ", header_lat, header_long); // add APRS lat and long +// sprintf(header_str2b, "=%s/%sOhi hi ", header_lat, header_long); // add APRS lat and long + sprintf(header_str2b, "=%s/%sOhi %8.1f ", header_lat, header_long, alt_gps); // add APRS lat and long and altitude printf("\n\nAPRS string is %s \n\n", header_str2b); strcat(str, header_str2b); } else {