1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 15:12:21 +01:00

Update mcp4461.cpp

This commit is contained in:
Oliver Kleinecke
2025-02-09 18:09:37 +01:00
committed by GitHub
parent 8731957b6d
commit 6df7f56736

View File

@@ -129,6 +129,9 @@ void Mcp4461Component::loop() {
}
}
this->reg_[i].update_level = false;
// can be true only for wipers 0-3
// setting changes for terminals of nonvolatile wipers
// is prohibited in public methods
if (this->reg_[i].update_terminal) {
// set terminal register changes
Mcp4461TerminalIdx terminal_connector;