diff --git a/src/bme680mems.cpp b/src/bme680mems.cpp index d8803ead..bb420db4 100644 --- a/src/bme680mems.cpp +++ b/src/bme680mems.cpp @@ -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;