mirror of
https://github.com/esphome/esphome.git
synced 2025-03-26 04:28:17 +00:00
Update mcp4461.cpp
This commit is contained in:
parent
8731957b6d
commit
6df7f56736
@ -129,6 +129,9 @@ void Mcp4461Component::loop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this->reg_[i].update_level = false;
|
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) {
|
if (this->reg_[i].update_terminal) {
|
||||||
// set terminal register changes
|
// set terminal register changes
|
||||||
Mcp4461TerminalIdx terminal_connector;
|
Mcp4461TerminalIdx terminal_connector;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user