According to https://github.com/pi3g/bme68x-python-library/blob/main/PythonDocumentation.md, get_bsec_data() requires use_bsec to be set. If I understood the docs correctly, this and some other parameter were set incorrectly. I wonder if the examples worked as intended before. However, I tried to make them compatible with the docs.
According to https://github.com/pi3g/bme68x-python-library/blob/main/PythonDocumentation.md,
get_bsec_data()
requiresuse_bsec
to be set. If I understood the docs correctly, this and some other parameter were set incorrectly. I wonder if the examples worked as intended before. However, I tried to make them compatible with the docs.