1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Update mcp4461_output.h

This commit is contained in:
Oliver Kleinecke
2025-02-05 17:41:32 +01:00
committed by GitHub
parent fc70ba1dd8
commit c2e5066783

View File

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