1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-18 02:34:46 +02:00

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

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