1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2026-04-05 14:18:43 +02:00

Fixes from upstream BME680_driver 3.5.3

This commit is contained in:
Phil Howard
2017-11-17 11:29:48 +00:00
parent fffb5205d1
commit d9970151cd
2 changed files with 55 additions and 39 deletions

View File

@@ -1,3 +1,10 @@
1.0.3
-----
* Merged fixes from Bosch BME680_driver version 3.5.3
* Replaced division with logical shift in compensation equations
* Fixed bug in temperature compensation of pressure
1.0.2
-----