mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update ebyte_lora.h
This commit is contained in:
parent
fe8725deac
commit
077d45aee6
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@ class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice {
|
|||
RegisterConfig current_config_;
|
||||
RegisterConfig expected_config_;
|
||||
sensor::Sensor *rssi_sensor_{nullptr};
|
||||
GPIOPin *pin_aux_;
|
||||
GPIOPin *pin_m0_;
|
||||
GPIOPin *pin_m1_;
|
||||
GPIOPin *pin_aux_{nullptr};
|
||||
GPIOPin *pin_m0_{nullptr};
|
||||
GPIOPin *pin_m1_{nullptr};
|
||||
};
|
||||
class EbyteLoraSwitch : public switch_::Switch, public Component {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue