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

@ -3360,6 +3360,7 @@ void transmit_char(char character) {
while ((morse_table[(toupper(character) - '0') % 44][i] != 0) && (i < 5)) {
transmit_mili(morse_freq, morse_table[(toupper(character) - '0') % 44][i++] * morse_timing);
sleep(morse_timing);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.