mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 12:06:26 +01:00
Update gp8403_output.h
This commit is contained in:
parent
e5b932275b
commit
c051413018
@ -15,7 +15,6 @@ class GP8403Output : public Component, public output::FloatOutput, public Parent
|
||||
void set_channel(uint8_t channel) { this->channel_ = channel; }
|
||||
void write_state(float state) override;
|
||||
|
||||
|
||||
protected:
|
||||
uint8_t channel_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user