projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8642391
)
lost somehow the Y character
author
c vw
<chwu@vpn-ipv4-0559.triple-a.uni-kl.de>
Fri, 20 Jul 2018 20:57:29 +0000
(22:57 +0200)
committer
c vw
<chwu@vpn-ipv4-0559.triple-a.uni-kl.de>
Fri, 20 Jul 2018 20:57:29 +0000
(22:57 +0200)
rigctl.c
patch
|
blob
|
history
diff --git
a/rigctl.c
b/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;