Increase poll period by x5 to allow successful measurement on max oversampling

This commit is contained in:
cn 2018-12-07 11:31:49 +01:00 committed by Christian Nicolai
parent c85e3de250
commit db02dd0d65
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
"""BME680 constants, structures and utilities."""
# BME680 General config
POLL_PERIOD_MS = 10
POLL_PERIOD_MS = 50
# BME680 I2C addresses
I2C_ADDR_PRIMARY = 0x76