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,10 +863,11 @@ void get_tlm(void) {
strcpy(str, header_str); strcpy(str, header_str);
} else { } else {
strcpy(str, header_str3); strcpy(str, header_str3);
} // }
if (mode == AFSK) { if (mode == AFSK) {
strcat(str, call); strcat(str, call);
strcat(str, header_str2); strcat(str, header_str2);
}
} }
// printf("Str: %s \n", str); // printf("Str: %s \n", str);
if (mode != CW) { if (mode != CW) {

Loading…
Cancel
Save

Powered by TurnKey Linux.