1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-19 19:52:20 +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

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_;