remove excess debug
This commit is contained in:
parent
a924f2335b
commit
6b631d2754
|
@ -25,14 +25,14 @@ extern "C" {
|
||||||
#include "ratgdo_child.h"
|
#include "ratgdo_child.h"
|
||||||
#include "ratgdo_state.h"
|
#include "ratgdo_state.h"
|
||||||
|
|
||||||
#define CODE_LENGTH 19
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace ratgdo {
|
namespace ratgdo {
|
||||||
|
|
||||||
// Forward declare RATGDOClient
|
// Forward declare RATGDOClient
|
||||||
class RATGDOClient;
|
class RATGDOClient;
|
||||||
|
|
||||||
|
static const uint8_t CODE_LENGTH = 19;
|
||||||
|
|
||||||
struct cmd {
|
struct cmd {
|
||||||
uint64_t fixed;
|
uint64_t fixed;
|
||||||
uint32_t data;
|
uint32_t data;
|
||||||
|
|
Loading…
Reference in New Issue