-
-
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.
Merge pull request #185 from kike-canaries/av_fix_184_bme280
Av fix 184 bme280
- Loading branch information
Showing
3 changed files
with
26 additions
and
12 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[commonlibs] | ||
lib_deps = | ||
adafruit/Adafruit Unified [email protected].13 | ||
adafruit/Adafruit BME280 [email protected].2 | ||
adafruit/Adafruit Unified [email protected].14 | ||
adafruit/Adafruit BME280 [email protected].4 | ||
adafruit/Adafruit BMP280 [email protected] | ||
adafruit/Adafruit BME680 [email protected].2 | ||
adafruit/Adafruit BME680 [email protected].4 | ||
adafruit/Adafruit SHT31 [email protected] | ||
adafruit/Adafruit [email protected].9 | ||
adafruit/Adafruit [email protected].11 | ||
adafruit/Adafruit [email protected] | ||
robtillaart/[email protected] | ||
paulvha/[email protected] | ||
|