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

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke 2025-02-05 16:16:01 +01:00 committed by GitHub
parent d2fe3c3f45
commit 0e58e0d785
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<float> initial_value_;
uint16_t initial_value_;
bool terminal_a_;
bool terminal_b_;
bool terminal_w_;