added space between dits and dahs

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 57d626c286
commit a1f4c9d71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3364,6 +3364,7 @@ void transmit_char(char character) {
while ((morse_table[(toupper(character) - '0') % 44][i] != 0) && (i < 5)) {
Serial.print(morse_table[(toupper(character) - '0') % 44][i]);
transmit_mili(morse_freq, morse_table[(toupper(character) - '0') % 44][i++] * morse_timing);
sleep((float)(morse_timing)/1000.0);
}
sleep((float)(morse_timing * 3.0)/1000.0);
Serial.println(" ");

Loading…
Cancel
Save

Powered by TurnKey Linux.