Skip to content

Commit 0be8e83

Browse files
committed
Merge branch 'devel' of github.com:kike-canaries/canairio_sensorlib
2 parents a2929ff + 38a57a5 commit 0be8e83

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

library.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CanAirIO Air Quality Sensors Library",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"homepage":"https://canair.io",
55
"keywords":
66
[
@@ -76,13 +76,13 @@
7676
"license": "GPL-3.0-only",
7777
"dependencies":
7878
[
79-
{"name":"Adafruit Unified Sensor", "owner":"adafruit", "version":"1.1.9"},
79+
{"name":"Adafruit Unified Sensor", "owner":"adafruit", "version":"1.1.13"},
8080
{"name":"Adafruit BME280 Library", "owner":"adafruit","version":"2.2.2"},
81-
{"name":"Adafruit BMP280 Library", "owner":"adafruit","version":"2.6.6"},
81+
{"name":"Adafruit BMP280 Library", "owner":"adafruit","version":"2.6.8"},
8282
{"name":"Adafruit BME680 Library","owner":"adafruit","version":"2.0.2"},
83-
{"name":"Adafruit SHT31 Library", "owner":"adafruit","version":"2.2.0"},
83+
{"name":"Adafruit SHT31 Library", "owner":"adafruit","version":"2.2.2"},
8484
{"name":"Adafruit SCD30", "owner":"adafruit","version":"1.0.9"},
85-
{"name":"Adafruit BusIO", "owner":"adafruit","version":"1.14.1"},
85+
{"name":"Adafruit BusIO", "owner":"adafruit","version":"1.14.4"},
8686
{"name":"AM232X", "owner":"robtillaart", "version":"0.4.5"},
8787
{"name":"sps30", "owner":"paulvha","version":"1.4.16"},
8888
{"name":"MH-Z19", "owner":"wifwaf", "version":"1.5.4"},
@@ -91,8 +91,8 @@
9191
{"name":"Sensirion I2C SCD4x","owner":"sensirion","version":"0.4.0"},
9292
{"name":"DFRobot_MultiGasSensor","owner":"phzi","version":"2.0.0"},
9393

94-
{"name":"DHT_nonblocking", "version":"https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9"},
9594
{"name":"AHTxx", "version":"https://github.com/enjoyneering/AHTxx.git#eb21571"},
95+
{"name":"DHT_nonblocking", "version":"https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9"},
9696
{"name":"SN-GCJA5", "version":"https://github.com/paulvha/SN-GCJA5.git#f261968"},
9797
{"name":"CM1106_UART", "version":"https://github.com/jcomas/CM1106_UART.git#da0eb4e"}
9898
]

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CanAirIO Air Quality Sensors Library
2-
version=0.7.1
2+
version=0.7.2
33
author=@hpsaturn, CanAirIO project <info@canair.io>
44
maintainer=Antonio Vanegas <hpsaturn@gmail.com>
55
url=https://github.com/kike-canaries/canairio_sensorlib

src/Sensors.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#include <dht_nonblocking.h>
2424
#endif
2525

26-
#define CSL_VERSION "0.7.1"
27-
#define CSL_REVISION 378
26+
#define CSL_VERSION "0.7.2"
27+
#define CSL_REVISION 379
2828

2929
/***************************************************************
3030
* 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;
504504
#endif
505505

506506
#endif
507-
507+

unified-lib-deps.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[commonlibs]
22
lib_deps =
3-
adafruit/Adafruit Unified Sensor@1.1.9
3+
adafruit/Adafruit Unified Sensor@1.1.13
44
adafruit/Adafruit BME280 Library@2.2.2
5-
adafruit/Adafruit BMP280 Library@2.6.6
5+
adafruit/Adafruit BMP280 Library@2.6.8
66
adafruit/Adafruit BME680 Library@2.0.2
7-
adafruit/Adafruit SHT31 Library@2.2.0
7+
adafruit/Adafruit SHT31 Library@2.2.2
88
adafruit/Adafruit SCD30@1.0.9
9-
adafruit/Adafruit BusIO@1.14.1
9+
adafruit/Adafruit BusIO@1.14.4
1010
robtillaart/AM232X@0.4.5
1111
paulvha/sps30@1.4.16
1212
wifwaf/MH-Z19@1.5.4
1313
jcomas/S8_UART@1.0.1
1414
sensirion/Sensirion Core@0.6.0
1515
sensirion/Sensirion I2C SCD4x@0.4.0
16-
https://github.com/DFRobot/DFRobot_MultiGasSensor.git
16+
phzi/DFRobot_MultiGasSensor@2.0.0
1717
https://github.com/enjoyneering/AHTxx.git#eb21571
1818
https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9
1919
https://github.com/paulvha/SN-GCJA5.git#f261968

0 commit comments

Comments
 (0)