fixed ax5043 header

pull/121/head
alanbjohnston 5 years ago committed by GitHub
parent d0d7627750
commit df2f7558df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -863,11 +863,12 @@ void get_tlm(void) {
strcpy(str, header_str);
} else {
strcpy(str, header_str3);
// }
if (mode == AFSK) {
strcat(str, call);
strcat(str, header_str2);
}
}
if (mode == AFSK) {
strcat(str, call);
strcat(str, header_str2);
}
// printf("Str: %s \n", str);
if (mode != CW) {
// sprintf(header_str2b, "=%7.2f%c%c%c%08.2f%cShi hi ",4003.79,'N',0x5c,0x5c,07534.33,'W'); // add APRS lat and long

Loading…
Cancel
Save

Powered by TurnKey Linux.