1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 14:20:29 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-09 16:18:26 +01:00 committed by GitHub
parent 009ce097f0
commit d7e76015cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,8 @@ namespace esphome {
namespace mcp4461 {
struct WiperState {
bool update = false;
bool update_level = false;
bool update_terminal = false;
bool terminal_a = true;
bool terminal_b = true;
bool terminal_w = true;