mirror of
https://github.com/esphome/esphome.git
synced 2025-03-26 04:28:17 +00:00
Update mcp4461.cpp
This commit is contained in:
parent
38df119ad7
commit
5c331e9698
@ -116,7 +116,7 @@ void Mcp4461Component::dump_config() {
|
|||||||
ESP_LOGCONFIG(TAG, " ├── Nonvolatile wiper [%" PRIu8 "] level: %" PRIu16 "", i, this->reg_[i].state);
|
ESP_LOGCONFIG(TAG, " ├── Nonvolatile wiper [%" PRIu8 "] level: %" PRIu16 "", i, this->reg_[i].state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t status_register_value;
|
uint8_t status_register_value;
|
||||||
status_register_value = this->get_status_register_();
|
status_register_value = this->get_status_register_();
|
||||||
ESP_LOGCONFIG(TAG,
|
ESP_LOGCONFIG(TAG,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user