mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Maybe we need that too cause it doesnt seem to setup!
This commit is contained in:
parent
b73abb12e6
commit
94e98b47f5
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ enum ModeType {
|
||||||
class Lora : public PollingComponent, public uart::UARTDevice {
|
class Lora : public PollingComponent, public uart::UARTDevice {
|
||||||
public:
|
public:
|
||||||
void setup() override;
|
void setup() override;
|
||||||
|
float get_setup_priority() const override { return setup_priority::HARDWARE; }
|
||||||
void update() override;
|
void update() override;
|
||||||
void loop() override;
|
void loop() override;
|
||||||
void dump_config() override;
|
void dump_config() override;
|
||||||
|
|
Loading…
Reference in a new issue