don't sent telem in APRS

sr-frs-aprs
alanbjohnston 3 years ago committed by GitHub
parent f3cc941ec8
commit 14678e628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -956,7 +956,9 @@ void get_tlm(void) {
channel, upper_digit(tlm[channel][3]), lower_digit(tlm[channel][3]),
channel, upper_digit(tlm[channel][4]), lower_digit(tlm[channel][4]));
// printf("%s",tlm_str);
strcat(str, tlm_str);
if (mode != AFSK)
strcat(str, tlm_str);
}
// read payload sensor if available

Loading…
Cancel
Save

Powered by TurnKey Linux.