Update main.c don't do get_tlm for APRS mode

master-psag-fm-only-fsk
Alan Johnston 2 weeks ago committed by GitHub
parent 01f8aa9a7a
commit 686642c8f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -554,9 +554,9 @@ int main(int argc, char * argv[]) {
get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored
// get_tlm_fox();
}
else if (((mode == FC))) // && !sim_mode)
else if (mode == FC) // && !sim_mode)
get_tlm_fc(); // fill transmit buffer with reset count 0 packets that will be ignored
else if (((mode == AFSK) || (mode == CW)))
else if (mode == CW))
get_tlm(); // generate a frame of telemetry right away
if (firstTime == 0)

Loading…
Cancel
Save

Powered by TurnKey Linux.