mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 13:21:44 +01:00
Update ebyte_lora_component.h
This commit is contained in:
parent
aafb421fd1
commit
68309a17c7
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice {
|
|||
|
||||
protected:
|
||||
bool updated_{};
|
||||
void setup_conf_(uint8_t const *data);
|
||||
void setup_conf_(uint8_t const *conf);
|
||||
void process_(uint8_t *buf, size_t len);
|
||||
void repeat_message_(uint8_t *buf);
|
||||
bool should_send_{};
|
||||
|
|
Loading…
Reference in a new issue