Update ebyte_lora.h

This commit is contained in:
Daniël Koek 2024-04-25 16:04:08 +01:00
parent fe8725deac
commit 077d45aee6

View file

@ -66,9 +66,9 @@ class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice {
RegisterConfig current_config_; RegisterConfig current_config_;
RegisterConfig expected_config_; RegisterConfig expected_config_;
sensor::Sensor *rssi_sensor_{nullptr}; sensor::Sensor *rssi_sensor_{nullptr};
GPIOPin *pin_aux_; GPIOPin *pin_aux_{nullptr};
GPIOPin *pin_m0_; GPIOPin *pin_m0_{nullptr};
GPIOPin *pin_m1_; GPIOPin *pin_m1_{nullptr};
}; };
class EbyteLoraSwitch : public switch_::Switch, public Component { class EbyteLoraSwitch : public switch_::Switch, public Component {
public: public: