From 60ef702fd2b0af73f9a5fd937e1b98b74830059c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 10:09:10 -0500 Subject: [PATCH] get rid of strings --- components/ratgdo/ratgdo_state.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/ratgdo/ratgdo_state.h b/components/ratgdo/ratgdo_state.h index 5f68a7a..24a021b 100644 --- a/components/ratgdo/ratgdo_state.h +++ b/components/ratgdo/ratgdo_state.h @@ -12,19 +12,11 @@ ************************************/ #pragma once -#include "esphome/components/uart/uart.h" #include "esphome/core/component.h" #include "esphome/core/gpio.h" #include "esphome/core/log.h" #include "esphome/core/preferences.h" -extern "C" { -#include "secplus.h" -} - -#include "ratgdo_child.h" -#define CODE_LENGTH 19 - namespace esphome { namespace ratgdo {