From: Ramakrishnan Muthukrishnan Date: Sun, 6 Nov 2022 13:49:33 +0000 (+0530) Subject: WIP: testing level with a value fixed to 0x128 X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/$top_link?a=commitdiff_plain;h=dbfa80ea18e74b1a5378141412e740fe9d5fd4d5;p=pihpsdr.git WIP: testing level with a value fixed to 0x128 --- diff --git a/old_protocol.c b/old_protocol.c index 2658e41..5380f06 100644 --- 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;