Skip to content

Commit

Permalink
v0.7.2 in progress. Updated dependencies. Revert DFRobot lib
Browse files Browse the repository at this point in the history
hpsaturn committed Sep 26, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1 parent 0d4c6e5 commit 38a57a5
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CanAirIO Air Quality Sensors Library",
"version": "0.7.1",
"version": "0.7.2",
"homepage":"https://canair.io",
"keywords":
[
@@ -76,13 +76,13 @@
"license": "GPL-3.0-only",
"dependencies":
[
{"name":"Adafruit Unified Sensor", "owner":"adafruit", "version":"1.1.9"},
{"name":"Adafruit Unified Sensor", "owner":"adafruit", "version":"1.1.13"},
{"name":"Adafruit BME280 Library", "owner":"adafruit","version":"2.2.2"},
{"name":"Adafruit BMP280 Library", "owner":"adafruit","version":"2.6.6"},
{"name":"Adafruit BMP280 Library", "owner":"adafruit","version":"2.6.8"},
{"name":"Adafruit BME680 Library","owner":"adafruit","version":"2.0.2"},
{"name":"Adafruit SHT31 Library", "owner":"adafruit","version":"2.2.0"},
{"name":"Adafruit SHT31 Library", "owner":"adafruit","version":"2.2.2"},
{"name":"Adafruit SCD30", "owner":"adafruit","version":"1.0.9"},
{"name":"Adafruit BusIO", "owner":"adafruit","version":"1.14.1"},
{"name":"Adafruit BusIO", "owner":"adafruit","version":"1.14.4"},
{"name":"AM232X", "owner":"robtillaart", "version":"0.4.5"},
{"name":"sps30", "owner":"paulvha","version":"1.4.16"},
{"name":"MH-Z19", "owner":"wifwaf", "version":"1.5.4"},
@@ -91,8 +91,8 @@
{"name":"Sensirion I2C SCD4x","owner":"sensirion","version":"0.4.0"},
{"name":"DFRobot_MultiGasSensor","owner":"phzi","version":"2.0.0"},

{"name":"DHT_nonblocking", "version":"https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9"},
{"name":"AHTxx", "version":"https://github.com/enjoyneering/AHTxx.git#eb21571"},
{"name":"DHT_nonblocking", "version":"https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9"},
{"name":"SN-GCJA5", "version":"https://github.com/paulvha/SN-GCJA5.git#f261968"},
{"name":"CM1106_UART", "version":"https://github.com/jcomas/CM1106_UART.git#da0eb4e"}
]
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CanAirIO Air Quality Sensors Library
version=0.7.1
version=0.7.2
author=@hpsaturn, CanAirIO project <[email protected]>
maintainer=Antonio Vanegas <[email protected]>
url=https://github.com/kike-canaries/canairio_sensorlib
6 changes: 3 additions & 3 deletions src/Sensors.hpp
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@
#include <dht_nonblocking.h>
#endif

#define CSL_VERSION "0.7.1"
#define CSL_REVISION 378
#define CSL_VERSION "0.7.2"
#define CSL_REVISION 379

/***************************************************************
* S E T U P E S P 3 2 B O A R D S A N D F I E L D S
@@ -504,4 +504,4 @@ extern Sensors sensors;
#endif

#endif


0 comments on commit 38a57a5

Please sign in to comment.