get rid of strings
This commit is contained in:
parent
155ff6d809
commit
60ef702fd2
|
@ -12,19 +12,11 @@
|
||||||
************************************/
|
************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "esphome/components/uart/uart.h"
|
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
#include "esphome/core/gpio.h"
|
#include "esphome/core/gpio.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/preferences.h"
|
#include "esphome/core/preferences.h"
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
#include "secplus.h"
|
|
||||||
}
|
|
||||||
|
|
||||||
#include "ratgdo_child.h"
|
|
||||||
#define CODE_LENGTH 19
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace ratgdo {
|
namespace ratgdo {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue