1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01: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

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) {