pull/210/head
alanbjohnston 3 years ago committed by GitHub
parent 955d8db97a
commit 1b63bb8469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3476,7 +3476,7 @@ void transmit_string(char *string) {
if (string[j] != ' ') if (string[j] != ' ')
transmit_char(string[j++]); transmit_char(string[j++]);
else { else {
Serial.println("space between words); Serial.println("space between words");
sleep((6.0 * (float)morse_timing)/1000.0); sleep((6.0 * (float)morse_timing)/1000.0);
j++; j++;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.