mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
add that
This commit is contained in:
parent
1047df8eac
commit
4c4ff0cfb9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class EbyteLoraSwitch;
|
|||
class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice {
|
||||
public:
|
||||
void setup() override;
|
||||
void update() override {}
|
||||
float get_setup_priority() const override { return setup_priority::HARDWARE; }
|
||||
void loop() override;
|
||||
void dump_config() override;
|
||||
|
|
Loading…
Reference in a new issue