1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 14:20:29 +01:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-20 12:29:08 +01:00 committed by GitHub
parent a70e73340a
commit a65468ad16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,6 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
Mcp4461Component *parent_;
Mcp4461WiperIdx wiper_;
float state_;
optional<uint16_t> initial_value_;
};
} // namespace mcp4461