1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-28 21:48:16 +00:00

Update mcp4461.cpp

This commit is contained in:
Oliver Kleinecke 2025-02-06 17:05:35 +01:00 committed by GitHub
parent 58bff218ff
commit cb2e249d84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,9 @@ void Mcp4461Component::dump_config() {
}
void Mcp4461Component::loop() {
if (status_has_warning()) {
this->get_status_register();
}
if (this->update_) {
uint8_t i;
for (i = 0; i < 8; i++) {