added cw_stop = false in transmit_string to reset it

pico-v0.15
alanbjohnston 3 years ago committed by GitHub
parent 85c09e27c7
commit 046400777c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3623,6 +3623,8 @@ void transmit_string(char *string) {
j++;
}
}
cw_stop = false;
if (debug_mode)
Serial.println("Transmit off");
digitalWrite(MAIN_LED_BLUE, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.