mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
maybe,
This commit is contained in:
parent
f024e0dcd7
commit
6664333e31
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue