1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-26 10:34:46 +02:00
python-bme680/library/CHANGELOG.txt

27 lines
361 B
Plaintext
Raw Normal View History

2017-12-04 11:37:52 +01:00
1.0.4
-----
* Fix to range_sw_err for extremely high gas readings
* Convert to unsigned int to fix negative gas readings
1.0.3
-----
2017-11-23 12:25:34 +01:00
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3
2017-10-19 13:21:16 +02:00
1.0.2
-----
* Fixed set_gas_heater_temperature to avoid i2c TypeError
2017-10-17 17:02:29 +02:00
1.0.1
-----
* Added Manifest to Python package
1.0.0
-----
* Initial release