Fix morse encoding for 'y'

This commit is contained in:
Reed Nightingale 2020-01-21 23:53:09 -08:00
parent a9e73bb102
commit 418acf644b

View File

@ -39,7 +39,7 @@ static const PROGMEM struct Morse morse_table[] = {
{'v', 0xe1}, // 11100001
{'w', 0xf3}, // 11110011
{'x', 0xe9}, // 11101001
{'y', 0xe3}, // 11101011
{'y', 0xeb}, // 11101011
{'z', 0xec}, // 11101100
{'1', 0xcf}, // 11001111
{'2', 0xc7}, // 11000111