mirror of https://github.com/wb2osz/direwolf.git
Issue 269 - Morse code 'I' was sent wrong.
This commit is contained in:
parent
714d03f1d8
commit
e272ff87c8
|
@ -70,7 +70,7 @@ static const struct morse_s {
|
||||||
{ 'F', "..-." },
|
{ 'F', "..-." },
|
||||||
{ 'G', "--." },
|
{ 'G', "--." },
|
||||||
{ 'H', "...." },
|
{ 'H', "...." },
|
||||||
{ 'I', "." },
|
{ 'I', ".." },
|
||||||
{ 'J', ".---" },
|
{ 'J', ".---" },
|
||||||
{ 'K', "-.-" },
|
{ 'K', "-.-" },
|
||||||
{ 'L', ".-.." },
|
{ 'L', ".-.." },
|
||||||
|
|
Loading…
Reference in New Issue