-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.6.7 fixed BME680 issue and updated dependencies
- Loading branch information
Showing
6 changed files
with
19 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=CanAirIO Air Quality Sensors Library | ||
version=0.6.6 | ||
version=0.6.7 | ||
author=@hpsaturn, CanAirIO project <[email protected]> | ||
maintainer=Antonio Vanegas <[email protected]> | ||
url=https://github.com/kike-canaries/canairio_sensorlib | ||
|
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
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,6 +1,6 @@ | ||
[commonlibs] | ||
lib_deps = | ||
adafruit/Adafruit Unified [email protected].7 | ||
adafruit/Adafruit Unified [email protected].9 | ||
adafruit/Adafruit BME280 [email protected] | ||
adafruit/Adafruit BMP280 [email protected] | ||
adafruit/Adafruit BME680 [email protected] | ||
|
@@ -12,7 +12,7 @@ lib_deps = | |
wifwaf/[email protected] | ||
jcomas/[email protected] | ||
sensirion/Sensirion [email protected] | ||
sensirion/Sensirion I2C SCD4x@0.3.1 | ||
sensirion/Sensirion I2C SCD4x@0.4.0 | ||
https://github.com/enjoyneering/AHTxx.git#eb21571 | ||
https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9 | ||
https://github.com/paulvha/SN-GCJA5.git#f261968 | ||
|