mirror of
https://github.com/esphome/esphome.git
synced 2025-09-05 21:02:20 +01:00
Update mcp4461.cpp
This commit is contained in:
@@ -37,7 +37,7 @@ void Mcp4461Component::begin_() {
|
||||
this->reg_[i].state = 0;
|
||||
Mcp4461WiperIdx wiper_idx;
|
||||
wiper_idx = static_cast<Mcp4461WiperIdx>(i);
|
||||
this->disable_wiper(wiper_idx);
|
||||
this->disable_wiper_(wiper_idx);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user