mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Remove status_set_error from ufire_ec (#3792)
This commit is contained in:
parent
cbd8d70431
commit
ed8f343aad
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ void UFireECComponent::setup() {
|
||||||
uint8_t version;
|
uint8_t version;
|
||||||
if (!this->read_byte(REGISTER_VERSION, &version) && version != 0xFF) {
|
if (!this->read_byte(REGISTER_VERSION, &version) && version != 0xFF) {
|
||||||
this->mark_failed();
|
this->mark_failed();
|
||||||
this->status_set_error();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ESP_LOGI(TAG, "Found ufire_ec board version 0x%02X", version);
|
ESP_LOGI(TAG, "Found ufire_ec board version 0x%02X", version);
|
||||||
|
|
Loading…
Reference in a new issue