From f7d5dff13d6d7623a80e9776bb6d8f71c5abf0d6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 6 Mar 2022 11:41:44 -0500 Subject: [PATCH] changed \ to / --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 7391c228..86b4a4de 100644 --- a/main.c +++ b/main.c @@ -950,7 +950,7 @@ 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%c%c%sOhi hi ", header_lat, 0x5c, 0x5c, header_long); // add APRS lat and long + sprintf(header_str2b, "=%s%c%c%sOhi hi ", header_lat, 0x2f, header_long); // add APRS lat and long printf("\n\nAPRS string is %s \n\n", header_str2b); strcat(str, header_str2b); } else {