get rid of strings
This commit is contained in:
parent
29cc8a43aa
commit
3b37318621
|
@ -12,6 +12,8 @@
|
|||
************************************/
|
||||
|
||||
#include "ratgdo.h"
|
||||
#include "ratgdo_child.h"
|
||||
|
||||
#include "esphome/core/log.h"
|
||||
|
||||
namespace esphome {
|
||||
|
|
|
@ -22,6 +22,7 @@ extern "C" {
|
|||
#include "secplus.h"
|
||||
}
|
||||
|
||||
#include "ratgdo_child.h"
|
||||
#define CODE_LENGTH 19
|
||||
|
||||
namespace esphome {
|
||||
|
|
|
@ -20,4 +20,3 @@ class RATGDOClient : public Parented<RATGDOComponent> {
|
|||
|
||||
} // namespace ratgdo
|
||||
} // namespace esphome
|
||||
|
||||
|
|
Loading…
Reference in New Issue