pimoroni/bme680-python

How can the heater be disabled?

derekjc opened this issue · 1 comments

How do I use DISABLE_HEATER defined in constants.py? I'm not using the gas sensor and would like to turn the heater off.

As of v1.1.1:

bme680.set_gas_heater_status(bme680.GAS_HEAT_DISABLE)
1 == DISABLED
0 == ENABLED