1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-01 08:28:15 +01:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-05 15:38:55 +01:00 committed by GitHub
parent 5aea994e27
commit 4863da15fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ class Mcp4461Wiper : public output::FloatOutput {
Mcp4461WiperIdx wiper_;
bool enable_;
uint16_t state_;
optional<uint16_t> initial_value_;
uint16_t initial_value_;
bool terminal_a_;
bool terminal_b_;
bool terminal_w_;