From 6b631d275425cf4329e719586858abc13b014f31 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 19:11:27 -0500 Subject: [PATCH] remove excess debug --- components/ratgdo/ratgdo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 7dea501..8d00dae 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -25,14 +25,14 @@ extern "C" { #include "ratgdo_child.h" #include "ratgdo_state.h" -#define CODE_LENGTH 19 - namespace esphome { namespace ratgdo { // Forward declare RATGDOClient class RATGDOClient; + static const uint8_t CODE_LENGTH = 19; + struct cmd { uint64_t fixed; uint32_t data;