1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-20 20:22:27 +01:00

[sen5x] Fix initialization (#10603)

This commit is contained in:
Keith Burzinski
2025-09-05 01:37:57 -05:00
committed by Jesse Hills
parent c5b2a9e24b
commit 972aa691e4

View File

@@ -38,6 +38,7 @@ void SEN5XComponent::setup() {
this->mark_failed();
return;
}
delay(20); // per datasheet
uint16_t raw_read_status;
if (!this->read_data(raw_read_status)) {