Update ebyte_lora.h

This commit is contained in:
Daniël Koek 2024-03-27 18:20:46 +00:00
parent dee14b8c8d
commit 18e3ea58b0

View file

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