-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
|
||
setup( | ||
name = 'bme680', | ||
version = '1.0.3', | ||
version = '1.0.4', | ||
author = 'Philip Howard', | ||
author_email = '[email protected]', | ||
description = """Python library for driving the Pimoroni BME680 Breakout""", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
bme680 (1.0.4) stable; urgency=low | ||
|
||
* Fix to range_sw_err for extremely high gas readings | ||
* Convert to unsigned int to fix negative gas readings | ||
|
||
-- Phil Howard <[email protected]> Mon, 04 Dec 2017 00:00:00 +0000 | ||
|
||
bme680 (1.0.3) stable; urgency=low | ||
|
||
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
bme680 (1.0.4) stable; urgency=low | ||
|
||
* Fix to range_sw_err for extremely high gas readings | ||
* Convert to unsigned int to fix negative gas readings | ||
|
||
-- Phil Howard <[email protected]> Mon, 04 Dec 2017 00:00:00 +0000 | ||
|
||
bme680 (1.0.3) stable; urgency=low | ||
|
||
* Merged temperature compensation fix from Bosch's BME680_driver 3.5.3 | ||
|