1
0
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:
Iron Man 2024-04-24 22:08:21 +02:00 committed by GitHub
parent b024c53a6d
commit 13161b18a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;