mirror of
https://github.com/esphome/esphome.git
synced 2025-04-09 12:20:30 +01:00
Update esphome/components/mcp4461/mcp4461.cpp
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
parent
3e3aead6bc
commit
71f9b8f8f8
@ -158,7 +158,7 @@ void Mcp4461Component::write_wiper_level_(uint8_t wiper, uint16_t value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Mcp4461Component::enable_wiper(uint8_t wiper) {
|
void Mcp4461Component::enable_wiper(uint8_t wiper) {
|
||||||
ESP_LOGV(TAG, "Enabling wiper %d", wiper);
|
ESP_LOGV(TAG, "Enabling wiper %" PRIu8, wiper);
|
||||||
this->reg_[wiper].terminal_hw = true;
|
this->reg_[wiper].terminal_hw = true;
|
||||||
this->update_ = true;
|
this->update_ = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user