From be900737d284eecd25e3eeea16737c62d9c658fd Mon Sep 17 00:00:00 2001 From: ChuckMash <86080247+ChuckMash@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:25:22 -0800 Subject: [PATCH] fix button byte comment --- wled00/remote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/remote.cpp b/wled00/remote.cpp index 14c3c0d0..c5dd15d8 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -27,7 +27,7 @@ typedef struct WizMoteMessageStructure { uint8_t program; // 0x91 for ON button, 0x81 for all others uint8_t seq[4]; // Incremetal sequence number 32 bit unsigned integer LSB first - uint8_t dt1; // Button Data Type (0x32) + uint8_t dt1; // Button Data Type (0x20) uint8_t button; // Identifies which button is being pressed uint8_t dt2; // Battery Level Data Type (0x01) uint8_t batLevel; // Battery Level 0-100