python-bme680/library/CHANGELOG.txt

32 lines
443 B
Plaintext
Raw Permalink Normal View History

2018-06-01 18:15:10 +02:00
1.0.5
-----
* New: set_temp_offset to calibrate temperature offset in degrees C
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