don't change order for BPSK

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

@ -332,13 +332,13 @@ void loop() {
bool config_done = false;
mode = new_mode; // change modes if button pressed
write_mode();
/*
// if ((mode == BPSK) || ((new_mode == FSK) && (old_mode == CW))) {
if (mode == BPSK) {
config_telem(); // run this before cw only for BPSK mode
config_done = true;
}
*/
if (new_mode != CW)
transmit_callsign(callsign);
sleep(0.5);

Loading…
Cancel
Save

Powered by TurnKey Linux.