mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[sen5x] Fix initialization (#10603)
This commit is contained in:
		| @@ -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)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user