]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
lost somehow the Y character
authorc vw <chwu@vpn-ipv4-0559.triple-a.uni-kl.de>
Fri, 20 Jul 2018 20:57:29 +0000 (22:57 +0200)
committerc vw <chwu@vpn-ipv4-0559.triple-a.uni-kl.de>
Fri, 20 Jul 2018 20:57:29 +0000 (22:57 +0200)
rigctl.c

index ec0f8b57d1fb4b1d02d153f03bd626b93d11921b..268c9928256b00e3508f06c0bf136488104c491d 100644 (file)
--- 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;