Update ebyte_lora.h

This commit is contained in:
Daniël Koek 2024-03-28 18:34:28 +00:00
parent 4c9833632b
commit f39af8d499

View file

@ -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;