From ae3f56dcb80b494de3f5db3d1cba0881afe119de Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:24:05 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 1c38459..4c5ca0f 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -21,6 +21,8 @@ extern "C" { #include "secplus.h" } +#define CODE_LENGTH 19 + namespace esphome { namespace ratgdo {