pico-v0.15
alanbjohnston 3 years ago committed by GitHub
parent 5a825eaa4a
commit 6a889a13c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -362,7 +362,7 @@ bool timer0_on = false;
char callsign[20];
int morse_timing = 60; // ms for a dit
int morse_freq = 1800; // Hz
int morse_freq = 1200; // was 1800 Hz
int morse_table[44][6] = { // 0-9, A-Z only by (ASCII - 48)
{ 3, 3, 3, 3, 3, 0 }, // 0
{ 1, 3, 3, 3, 3, 0 }, // 1

Loading…
Cancel
Save

Powered by TurnKey Linux.