add prompt in the middle of CW

pull/183/head
alanbjohnston 4 years ago committed by GitHub
parent 044113705c
commit 987318bac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3709,7 +3709,13 @@ void transmit_string(char *string) {
else {
// Serial.println("space between words");
sleep((6.0 * (float)morse_timing)/1000.0);
j++;
j++;
if (prompt) {
// Serial.println("Need to prompt for input!");
prompt_for_input();
prompt = false;
}
}
}
cw_stop = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.