pull/102/head
alanbjohnston 5 years ago committed by GitHub
parent 927b49b6e3
commit b6e853766f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1144,8 +1144,10 @@ void get_tlm(void) {
if (ax5043) { if (ax5043) {
strcpy(str, header_str); strcpy(str, header_str);
} else if (mode == AFSK) { } else {
strcpy(str, header_str3); strcpy(str, header_str3);
}
if (mode == AFSK) {
strcat(str, call); strcat(str, call);
strcat(str, header_str2); strcat(str, header_str2);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.