mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 16:53:13 +01:00
Update ebyte_lora.h
This commit is contained in:
parent
dee14b8c8d
commit
18e3ea58b0
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ enum ModeType {
|
|||
MODE_3_SLEEP = 3,
|
||||
MODE_INIT = 0xFF
|
||||
};
|
||||
// has to be defined first, will be implemented later
|
||||
class EbyteLoraSwitch;
|
||||
class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice {
|
||||
public:
|
||||
void setup() override;
|
||||
|
|
Loading…
Add table
Reference in a new issue