1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-26 04:28:17 +00:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-07 16:37:56 +01:00 committed by GitHub
parent 2c95eced0b
commit b42a60af2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,8 @@
namespace esphome {
namespace mcp4461 {
static const LogString *const LOG_PARENT_FAILED_STR = LOG_STR("Parent MCP4461 component has failed! Aborting");
struct WiperState {
bool terminal_a = true;
bool terminal_b = true;