mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
Remove status_set_error from ufire_ec (#3792)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user