revert CW -> FSK mode change exception

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

@ -333,7 +333,8 @@ void loop() {
mode = new_mode; // change modes if button pressed
write_mode();
if ((mode == BPSK) || ((new_mode == FSK) && (old_mode == CW))) {
// 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;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.