Update main.c go back to get_tlm_fox just once

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

@ -548,11 +548,11 @@ int main(int argc, char * argv[]) {
// if (((mode == FSK) || (mode == BPSK))) // && !sim_mode) // if (((mode == FSK) || (mode == BPSK))) // && !sim_mode)
if (mode == FSK) { // && !sim_mode) if (mode == FSK) { // && !sim_mode)
get_tlm_fox(); get_tlm_fox();
get_tlm_fox(); // get_tlm_fox();
} }
if (mode == BPSK) { // && !sim_mode) if (mode == BPSK) { // && !sim_mode)
get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored
get_tlm_fox(); // 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 get_tlm_fc(); // fill transmit buffer with reset count 0 packets that will be ignored

Loading…
Cancel
Save

Powered by TurnKey Linux.