From 6c4a1d1576c82766ad8e96cbe9fbad541acca9c3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 21 Mar 2021 16:49:34 -0400 Subject: [PATCH] Update main.c --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index 2b192741..a040d5ef 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -848,9 +848,9 @@ void get_tlm(void) { // sprintf(header_str2b, "=%s%c%c%sShi hi ", header_lat, 0x5c, 0x5c, header_long); // APRS satellite symbol with escaped \ as \\ printf("lat: %s long: %s \n", header_lat, header_long); - sprintf(header_str2b, "=3910.10/07500.32Ohi hi %f %f", latitude, longitude); // APRS balloon symbol + sprintf(header_str2b, "=3910.10N/07500.32WOhi hi %f %f", latitude, longitude); // APRS balloon symbol // sprintf(header_str2b, "=%s/%sOhi hi ", header_lat, header_long); // APRS balloon symbol - printf("\n\nString is %s \n\n", header_str2b); + printf("\n\nString is %s \n\n", &header_str2b); strcat(str, header_str2b); } else { strcat(str, header_str4);