From: c vw Date: Fri, 20 Jul 2018 20:57:29 +0000 (+0200) Subject: lost somehow the Y character X-Git-Url: https://git.rkrishnan.org/simplejson/-?a=commitdiff_plain;h=89473230dd8289f3c0627b4d975c85ee48550b08;p=pihpsdr.git lost somehow the Y character --- diff --git a/rigctl.c b/rigctl.c index ec0f8b5..268c992 100644 --- a/rigctl.c +++ b/rigctl.c @@ -413,6 +413,8 @@ void rigctl_send_cw_char(char cw_char) { case 'W': strcpy(pattern,".--"); break; case 'x': case 'X': strcpy(pattern,"-..-"); break; + case 'y': + case 'Y': strcpy(pattern,"-.--"); break; case 'z': case 'Z': strcpy(pattern,"--.."); break; case '0': strcpy(pattern,"-----"); break;