derekjc opened this issue 4 years ago · 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.
DISABLE_HEATER
As of v1.1.1:
bme680.set_gas_heater_status(bme680.GAS_HEAT_DISABLE)
1 == DISABLED 0 == ENABLED