1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-18 17:53:47 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke
2025-02-05 12:38:21 +01:00
committed by GitHub
parent 354b980acb
commit fec35028e1

View File

@@ -11,7 +11,7 @@ struct WiperState {
bool terminal_b = true;
bool terminal_w = true;
bool terminal_hw = true;
uint16_t state;
uint16_t state = 0;
bool enabled = true;
};