diff --git a/epicardium/modules/bme680.c b/epicardium/modules/bme680.c index 31d925bd2f8f2792115595e5b867134fc3a64eb2..8504f1d9bb0968ba346d86eba824107362712d82 100644 --- a/epicardium/modules/bme680.c +++ b/epicardium/modules/bme680.c @@ -74,7 +74,7 @@ int epic_bme680_init() bme.tph_sett.os_hum = BME680_OS_2X; bme.tph_sett.os_pres = BME680_OS_4X; bme.tph_sett.os_temp = BME680_OS_8X; - bme.tph_sett.filter = BME680_FILTER_SIZE_3; + bme.tph_sett.filter = BME680_FILTER_SIZE_0; /* Set the remaining gas sensor settings and link the heating profile */ bme.gas_sett.run_gas = BME680_ENABLE_GAS_MEAS;