mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +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));
|
auto result = this->write(&cmd, sizeof(cmd));
|
||||||
|
|
||||||
if (this->enable_active_pullup_) {
|
if (this->enable_active_pullup_) {
|
||||||
this->write_config_(DS248X_CONFIG_ACTIVE_PULLUP);
|
this->DS248xComponent::write_config_(DS248X_CONFIG_ACTIVE_PULLUP);
|
||||||
}
|
}
|
||||||
|
|
||||||
last_device_found_ = false;
|
last_device_found_ = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user