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 14:37:05 +01:00 committed by GitHub
parent c3c6cb2c94
commit 3a5fb0096a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ void Mcp4461Component::setup() {
}
void Mcp4461Component::begin_() {
// get WP & WL status
this->previous_write_exec_time_ = 0;
for (uint8_t i = 0; i < 8; i++) {
if (this->reg_[i].enabled) {