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
3c1c8a6a83
commit
480bc5905a
@ -418,7 +418,7 @@ void Mcp4461Component::update_terminal_register(Mcp4461TerminalIdx terminal_conn
|
||||
|
||||
bool Mcp4461Component::set_terminal_register(Mcp4461TerminalIdx terminal_connector, uint8_t data) {
|
||||
if (this->is_failed()) {
|
||||
ESP_LOGW(TAG, LOG_PARENT_FAILED_STR);
|
||||
ESP_LOGE(TAG, "%s", LOG_STR_ARG(LOG_PARENT_FAILED_STR));
|
||||
return false;
|
||||
}
|
||||
uint8_t addr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user