mirror of
https://github.com/esphome/esphome.git
synced 2025-04-03 09:20:29 +01:00
Update mcp4461.cpp
This commit is contained in:
parent
c1ca965e22
commit
830e843a4a
@ -485,7 +485,7 @@ bool Mcp4461Component::mcp4461_write_(uint8_t addr, uint16_t data, bool nonvolat
|
|||||||
}
|
}
|
||||||
this->previous_write_exec_time_ = millis();
|
this->previous_write_exec_time_ = millis();
|
||||||
auto err = this->write_byte(reg, value_byte);
|
auto err = this->write_byte(reg, value_byte);
|
||||||
return err;
|
return err == i2c::ERROR_OK;;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // namespace mcp4461
|
} // namespace mcp4461
|
||||||
|
Loading…
x
Reference in New Issue
Block a user