mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
Update ens160_base.cpp – fix wrong double negative (#8639)
This commit is contained in:
@@ -187,7 +187,7 @@ void ENS160Component::update() {
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
case INVALID_OUTPUT:
|
case INVALID_OUTPUT:
|
||||||
ESP_LOGE(TAG, "ENS160 Invalid Status - No Invalid Output");
|
ESP_LOGE(TAG, "ENS160 Invalid Status - No valid output");
|
||||||
this->status_set_warning();
|
this->status_set_warning();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user