mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 18:20:53 +00:00
parent
a0046a2e55
commit
23f99908db
@ -19,7 +19,7 @@ void HDC1080Component::setup() {
|
|||||||
0b00000000 // reserved
|
0b00000000 // reserved
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this->write_bytes(HDC1080_CMD_CONFIGURATION, data, 2)) {
|
if (!this->write_bytes(HDC1080_CMD_CONFIGURATION, data, 2)) {
|
||||||
this->mark_failed();
|
this->mark_failed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user