From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 6 Nov 2022 14:08:51 +0000 (+0530)
Subject: Revert "WIP: testing level with a value fixed to 0x128"
X-Git-Url: https://git.rkrishnan.org/pf/vdrive/simplejson/-?a=commitdiff_plain;h=f1ede0505aff0ab2c20fb5f960306b968817c9b1;p=pihpsdr.git

Revert "WIP: testing level with a value fixed to 0x128"

This reverts commit dbfa80ea18e74b1a5378141412e740fe9d5fd4d5.
---

diff --git a/old_protocol.c b/old_protocol.c
index 5380f06..2658e41 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]=0x128 & 0xff; // power & 0xFF;
+        output_buffer[C1]=power & 0xFF;
         output_buffer[C2]=0x00;
         output_buffer[C3]=0x00;
         output_buffer[C4]=0x00;