From dbfa80ea18e74b1a5378141412e740fe9d5fd4d5 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 6 Nov 2022 19:19:33 +0530
Subject: [PATCH] WIP: testing level with a value fixed to 0x128

---
 old_protocol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.45.2