We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1ea1fd + ef8036e commit 3598328Copy full SHA for 3598328
morse.cpp
@@ -20,7 +20,7 @@ static const PROGMEM struct Morse morse_table[] = {
20
{'c', 0xea}, // 11101010
21
{'d', 0xf4}, // 11110100
22
{'e', 0xfc}, // 11111100
23
-{'f', 0xe4}, // 11100100
+{'f', 0xe2}, // 11100010
24
{'g', 0xf6}, // 11110110
25
{'h', 0xe0}, // 11100000
26
{'i', 0xf8}, // 11111000
0 commit comments