mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 19:00:29 +01:00
Update esphome/components/mcp4461/mcp4461.cpp
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
parent
1b4f0f4623
commit
2e3bcad935
@ -9,7 +9,7 @@ namespace mcp4461 {
|
|||||||
static const char *const TAG = "mcp4461";
|
static const char *const TAG = "mcp4461";
|
||||||
|
|
||||||
void Mcp4461Component::setup() {
|
void Mcp4461Component::setup() {
|
||||||
ESP_LOGCONFIG(TAG, "Setting up mcp4461 (0x%02X)...", this->address_);
|
ESP_LOGCONFIG(TAG, "Setting up mcp4461 (0x%02" PRIX8 ")...", this->address_);
|
||||||
auto err = this->write(nullptr, 0);
|
auto err = this->write(nullptr, 0);
|
||||||
if (err != i2c::ERROR_OK) {
|
if (err != i2c::ERROR_OK) {
|
||||||
this->mark_failed();
|
this->mark_failed();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user