@ -1030,8 +1030,11 @@ void get_tlm(void) {
channel, upper_digit(tlm[channel][4]), lower_digit(tlm[channel][4]));
// printf("%s",tlm_str);
// if (mode != AFSK)
strcat(str, tlm_str);
if (mode == AFSK)
sprintf(tlm_str, "%4.2f%V 5.1%fmA ", voltage[map[BAT]], current[map[BAT]]);
}
// read payload sensor if available
Powered by TurnKey Linux.