Skip to content

Commit

Permalink
YOTA -> GB17NH for CW keyer
Browse files Browse the repository at this point in the history
  • Loading branch information
rmc47 committed Sep 29, 2017
1 parent 602a377 commit 89b50f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/ContestForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ private void ContestForm_KeyDown(object sender, KeyEventArgs e)
{
Controller.CWMacro.SendMacro(e.KeyCode - Keys.F1, new Dictionary<string, string> {
{ "HISCALL", m_Callsign.Text },
{ "MYCALL", "GB17YOTA" },
{ "MYCALL", "GB17NH" },
{ "EXCHTX", m_RstSent.Text.Replace("9", "N").Replace("0", "T") }
});
}
Expand Down

0 comments on commit 89b50f1

Please sign in to comment.