Update main.c run get_tlm at start for APRS and CW modes

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

@ -549,6 +549,8 @@ int main(int argc, char * argv[]) {
get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored
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)))
get_tlm(); // generate a frame of telemetry right away
if (firstTime == 0)
firstTime = 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.