mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 22:28:14 +00:00
Update ds248x.cpp
Calling DS248xComponent::write_config_
This commit is contained in:
parent
b024c53a6d
commit
13161b18a6
@ -380,7 +380,7 @@ void DS248xComponent::reset_hub_() {
|
||||
auto result = this->write(&cmd, sizeof(cmd));
|
||||
|
||||
if (this->enable_active_pullup_) {
|
||||
this->write_config_(DS248X_CONFIG_ACTIVE_PULLUP);
|
||||
this->DS248xComponent::write_config_(DS248X_CONFIG_ACTIVE_PULLUP);
|
||||
}
|
||||
|
||||
last_device_found_ = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user