projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6482fb
)
WIP: testing level with a value fixed to 0x128
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 6 Nov 2022 13:49:33 +0000
(19:19 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 6 Nov 2022 13:49:33 +0000
(19:19 +0530)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index 2658e41479451fb652bad52780d342ec1936b886..5380f06901326fb6c4df19f25158941d5a394500 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-1726,7
+1726,7
@@
void ozy_send_buffer() {
//}
output_buffer[C0]=0x12; /* addr[6:1] = 001001b */
- output_buffer[C1]=power & 0xFF;
+ output_buffer[C1]=
0x128 & 0xff; //
power & 0xFF;
output_buffer[C2]=0x00;
output_buffer[C3]=0x00;
output_buffer[C4]=0x00;