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

This reverts commit dbfa80ea18e74b1a5378141412e740fe9d5fd4d5.
---
 old_protocol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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