1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-07 19:30:29 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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