From 1c844c2599702d4f47b6339ba0c0764ff3c118ad Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 22 Nov 2020 09:41:02 -0500 Subject: [PATCH] hex for \ --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 9f92420b..88aec3cd 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -670,7 +670,7 @@ for (int j = 0; j < frameCnt; j++) { strcat(str, call); strcat(str, header_str2); - sprintf(header_str2b, "=%7.2f%c%c%08.2f%cShi hi",4003.79,'N','\',07534.33,'W'); // add APRS latt and long + sprintf(header_str2b, "=%7.2f%c%c%08.2f%cShi hi",4003.79,'N',0x5c,07534.33,'W'); // add APRS latt and long printf("\n\nString is %s \n\n", header_str2b); strcat(str, header_str2b); } else