BME680 bugfix
This commit is contained in:
		
							parent
							
								
									25a97fbbcc
								
							
						
					
					
						commit
						48b68653ab
					
				| @ -110,7 +110,6 @@ void bme_loop(void *pvParameters) { | ||||
|   while (xSemaphoreTake(I2Caccess, portMAX_DELAY) == pdTRUE) { | ||||
| 
 | ||||
|     if (iaqSensor.run()) { // If new data is available
 | ||||
|       iaqSensor.run(); | ||||
|       bme_status.raw_temperature = iaqSensor.rawTemperature; | ||||
|       bme_status.raw_humidity = iaqSensor.rawHumidity; | ||||
|       bme_status.temperature = iaqSensor.temperature; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user