fixed sprintf

pull/144/head
alanbjohnston 4 years ago committed by GitHub
parent 9414c7c6dd
commit a684b6ad85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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, "/", header_long); // add APRS lat and long
sprintf(header_str2b, "=%s/%sOhi hi ", header_lat, header_long); // add APRS lat and long
printf("\n\nAPRS string is %s \n\n", header_str2b);
strcat(str, header_str2b);
} else {

Loading…
Cancel
Save

Powered by TurnKey Linux.