1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-24 03:28:20 +00:00

Update mcp4461.cpp

This commit is contained in:
Oliver Kleinecke 2025-02-09 19:32:29 +01:00 committed by GitHub
parent 38df119ad7
commit 5c331e9698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ void Mcp4461Component::dump_config() {
ESP_LOGCONFIG(TAG, " ├── Nonvolatile wiper [%" PRIu8 "] level: %" PRIu16 "", i, this->reg_[i].state);
}
}
uint8_t status_register_value;
status_register_value = this->get_status_register_();
ESP_LOGCONFIG(TAG,