Issue 269 - Morse code 'I' was sent wrong.

This commit is contained in:
wb2osz 2020-11-07 21:09:25 -05:00
parent 714d03f1d8
commit e272ff87c8
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static const struct morse_s {
{ 'F', "..-." }, { 'F', "..-." },
{ 'G', "--." }, { 'G', "--." },
{ 'H', "...." }, { 'H', "...." },
{ 'I', "." }, { 'I', ".." },
{ 'J', ".---" }, { 'J', ".---" },
{ 'K', "-.-" }, { 'K', "-.-" },
{ 'L', ".-.." }, { 'L', ".-.." },