From a329baaf558fdfa255a7ec76cfbe614f88ee7241 Mon Sep 17 00:00:00 2001 From: Lukas Taake Date: Sun, 8 Sep 2024 16:12:10 +0200 Subject: [PATCH] fix compilation error --- src/ProtocolUplift.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProtocolUplift.cpp b/src/ProtocolUplift.cpp index e27dde2..4e275cd 100644 --- a/src/ProtocolUplift.cpp +++ b/src/ProtocolUplift.cpp @@ -89,7 +89,7 @@ void ProtocolUplift::decode() { if (argv[0] == 0 ){ if(argv[1] == 0x80) // Desk is locked Log.println("Desk Height Locked"); - if(argv[1]) = 0x40) // E13 Leg uneven error? Not Documented by Uplift + if(argv[1] == 0x40) // E13 Leg uneven error? Not Documented by Uplift Log.println("Error: E13"); }