Skip to content

Commit 3598328

Browse files
committed
Merge branch 'fix-morse-f'
2 parents f1ea1fd + ef8036e commit 3598328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

morse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static const PROGMEM struct Morse morse_table[] = {
2020
{'c', 0xea}, // 11101010
2121
{'d', 0xf4}, // 11110100
2222
{'e', 0xfc}, // 11111100
23-
{'f', 0xe4}, // 11100100
23+
{'f', 0xe2}, // 11100010
2424
{'g', 0xf6}, // 11110110
2525
{'h', 0xe0}, // 11100000
2626
{'i', 0xf8}, // 11111000

0 commit comments

Comments
 (0)