This commit is contained in:
Daniël Koek 2024-03-29 13:05:57 +00:00
parent f024e0dcd7
commit 6664333e31
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,4 @@
#include "ebyte_lora.h" #include "ebyte_lora.h"
#include "config.h"
namespace esphome { namespace esphome {
namespace ebyte_lora { namespace ebyte_lora {
static const uint8_t SWITCH_PUSH = 0x55; static const uint8_t SWITCH_PUSH = 0x55;

View file

@ -7,10 +7,10 @@
#include "esphome/core/helpers.h" #include "esphome/core/helpers.h"
#include "esphome/components/uart/uart.h" #include "esphome/components/uart/uart.h"
#include "esphome/core/log.h" #include "esphome/core/log.h"
#include "config.h"
namespace esphome { namespace esphome {
namespace ebyte_lora { namespace ebyte_lora {
static const uint8_t MAX_SIZE_TX_PACKET = 200; static const uint8_t MAX_SIZE_TX_PACKET = 200;
// the mode the receiver is in // the mode the receiver is in