projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af18812
)
ptt fix
author
John Melton - G0ORX
<john.d.melton@googlemail.c>
Fri, 1 Dec 2017 09:53:14 +0000
(09:53 +0000)
committer
John Melton - G0ORX
<john.d.melton@googlemail.c>
Fri, 1 Dec 2017 09:53:14 +0000
(09:53 +0000)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index 80bd4692b7ee19fda7fae3ce19dcc52496c78f72..11cf2eff726b3a939a2cccbd92bc5a2792c78e79 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-492,14
+492,13
@@
static void process_ozy_input_buffer(char *buffer) {
control_in[4]=buffer[b++];
previous_ptt=local_ptt;
- //previous_ptt=ptt;
previous_dot=dot;
previous_dash=dash;
ptt=(control_in[0]&0x01)==0x01;
dash=(control_in[0]&0x02)==0x02;
dot=(control_in[0]&0x04)==0x04;
- local_ptt=
do
t;
+ local_ptt=
pt
t;
if(vfo[tx_vfo].mode==modeCWL || vfo[tx_vfo].mode==modeCWU) {
local_ptt=ptt|dot|dash;
}