mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 23:41:45 +01:00
Update ebyte_lora.h
This commit is contained in:
parent
4c9833632b
commit
f39af8d499
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class EbyteLoraSwitch;
|
|||
class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice {
|
||||
public:
|
||||
void setup() override;
|
||||
void update() override {}
|
||||
void update() override { send_switch_info_(); }
|
||||
float get_setup_priority() const override { return setup_priority::HARDWARE; }
|
||||
void loop() override;
|
||||
void dump_config() override;
|
||||
|
|
Loading…
Reference in a new issue