mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update ebyte_lora_component.h
This commit is contained in:
parent
57d1eb5ca0
commit
699b6085a2
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class EbyteLoraSwitch : public switch_::Switch, public Parented<EbyteLoraCompone
|
|||
|
||||
protected:
|
||||
void write_state(bool state) override { this->parent_->digital_write(this->pin_, state); }
|
||||
EbyteLoraComponent *parent_;
|
||||
uint8_t pin_;
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue