1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-24 11:38:23 +00:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-08 15:44:54 +01:00 committed by GitHub
parent b83d01f243
commit 14119e8d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice {
WiperState reg_[8];
void begin_();
bool update_{false};
bool last_write_timed_out_{false};
bool last_eeprom_write_timed_out_{false};
bool write_protected_{false};
bool wiper_0_disabled_{false};
bool wiper_1_disabled_{false};