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