get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 10:09:10 -05:00
parent 155ff6d809
commit 60ef702fd2
No known key found for this signature in database
1 changed files with 0 additions and 8 deletions

View File

@ -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 {