Skip to content
Snippets Groups Projects
Commit f82a74e4 authored by schneider's avatar schneider
Browse files

change(bme680): Don't use an internal IIR filter

This makes the behaviour of the BME680 more predictable when measuring
in an irregular interval.
parent 52b70460
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment