add cw_stop = false

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

@ -323,6 +323,7 @@ void loop() {
// check to see if the mode has changed
if (mode != new_mode) {
Serial.println("Changing mode");
cw_stop = false; // enable CW or won't hear CW ID
/// if (mode == SSTV) {
/// ITimer1.detachInterrupt();
/// start_button_isr(); // restart button isr

Loading…
Cancel
Save

Powered by TurnKey Linux.