Skip to content

Commit

Permalink
Merge pull request #142 from kike-canaries/fix_issue_141
Browse files Browse the repository at this point in the history
Fix issue DHTNonblocking warnning issues
  • Loading branch information
hpsaturn authored Jun 24, 2022
2 parents 5fe6d0c + 6d2a902 commit 7fc650b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.5.5",
"version": "0.5.6",
"homepage":"https://canair.io",
"keywords":
[
Expand Down Expand Up @@ -86,7 +86,7 @@
{"name":"MH-Z19", "owner":"wifwaf", "version":"1.5.3"},
{"name":"Sensirion Core","owner":"sensirion","version":"0.5.3"},
{"name":"Sensirion I2C SCD4x","owner":"sensirion","version":"0.3.1"},
{"name":"DHT_nonblocking", "version":"https://github.com/hpsaturn/DHT_nonblocking.git"},
{"name":"DHT_nonblocking", "version":"https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9"},
{"name":"SN-GCJA5", "version":"https://github.com/paulvha/SN-GCJA5.git"},
{"name":"S8_UART", "version":"https://github.com/jcomas/S8_UART.git"},
{"name":"CM1106_UART", "version":"https://github.com/jcomas/CM1106_UART.git"}
Expand Down
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.5.5
version=0.5.6
author=@hpsaturn, CanAirIO project <[email protected]>
maintainer=Antonio Vanegas <[email protected]>
url=https://github.com/kike-canaries/canairio_sensorlib
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lib_deps =
wifwaf/MH-Z19 @ 1.5.3
sensirion/Sensirion Core @ 0.5.3
sensirion/Sensirion I2C SCD4x @ 0.3.1
https://github.com/hpsaturn/DHT_nonblocking.git
https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9
https://github.com/paulvha/SN-GCJA5.git
https://github.com/jcomas/S8_UART.git
https://github.com/jcomas/CM1106_UART.git
Expand Down
4 changes: 2 additions & 2 deletions src/Sensors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <s8_uart.h>
#include <sps30.h>

#define CSL_VERSION "0.5.5"
#define CSL_REVISION 360
#define CSL_VERSION "0.5.6"
#define CSL_REVISION 362

/***************************************************************
* 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
Expand Down

0 comments on commit 7fc650b

Please sign in to comment.