config_telem in usual place for all modes except BPSK

pico-v0.33-debug
alanbjohnston 3 years ago committed by GitHub
parent 68c34e90af
commit 0553a21f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -331,14 +331,14 @@ void loop() {
write_mode();
if (mode == BPSK)
config_telem();
config_telem(); // run this before cw only for BPSK mode
if (new_mode != CW)
transmit_callsign(callsign);
sleep(0.5);
if (mode == FSK)
config_telem();
if (mode != BPSK)
config_telem(); // run this here for all other modes
config_radio();
if ((mode == FSK) || (mode == BPSK)) {

Loading…
Cancel
Save

Powered by TurnKey Linux.