Update ebyte_lora_component.h

This commit is contained in:
Daniël Koek 2024-05-18 16:20:02 +01:00
parent 57d1eb5ca0
commit 699b6085a2

View file

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