Skip to content

Commit

Permalink
v0.6.8 RC3 support for CO and NH3 sensors. Thanks to @roberbike
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jun 10, 2023
1 parent 5146b6a commit afeac6a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CanAirIO Air Quality Sensors Library",
"version": "0.6.7",
"version": "0.6.8",
"homepage":"https://canair.io",
"keywords":
[
Expand Down Expand Up @@ -88,6 +88,7 @@
{"name":"S8_UART", "owner":"jcomas", "version":"1.0.1"},
{"name":"Sensirion Core","owner":"sensirion","version":"0.6.0"},
{"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"},
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=CanAirIO Air Quality Sensors Library
version=0.6.7
version=0.6.8
author=@hpsaturn, CanAirIO project <[email protected]>
maintainer=Antonio Vanegas <[email protected]>
url=https://github.com/kike-canaries/canairio_sensorlib
sentence=Air quality particle meter and CO2 sensors manager for multiple models.
paragraph=Generic sensor manager, abstratctions and bindings of multiple air sensors libraries: Honeywell, Plantower, Panasonic, Sensirion, Nova, etc. and CO2 sensors. Also it handling others environment sensors. This library is for general purpose but also is the sensors library base of CanAirIO project.
category=sensors
depends=AM232X,Adafruit Unified Sensor,sps30,Adafruit BME280 Library,AHT10,Adafruit BusIO,Adafruit SHT31 Library,DHT_nonblocking,MH-Z19,SparkFun SCD30 Arduino Library,CM1106_UART,SN-GCJA5,Adafruit BME680 Library,S8_UART,Sensirion I2C SCD4x
depends=AM232X,Adafruit Unified Sensor,sps30,Adafruit BME280 Library,AHT10,Adafruit BusIO,Adafruit SHT31 Library,DHT_nonblocking,MH-Z19,SparkFun SCD30 Arduino Library,CM1106_UART,SN-GCJA5,Adafruit BME680 Library,S8_UART,Sensirion I2C SCD4x,DFRobot_MultiGasSensor
license=GPL-3.0-only
2 changes: 0 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ extends = esp32_common
build_src_filter = -<*> +<advanced_multivariable/>
build_flags =
${env.build_flags}
;-D ESP32C3=1

[env:esp32c3]
extends = esp32_common
Expand All @@ -70,7 +69,6 @@ board = esp32-s3-devkitc-1
board_build.mcu = esp32s3
board_build.f_cpu = 240000000L
build_src_filter = -<*> +<advanced_multivariable/>
;platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.3
build_flags =
${env.build_flags}
-DBOARD_HAS_PSRAM
Expand Down
4 changes: 2 additions & 2 deletions src/Sensors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include <dht_nonblocking.h>
#endif

#define CSL_VERSION "0.6.7"
#define CSL_REVISION 374
#define CSL_VERSION "0.6.8"
#define CSL_REVISION 375

/***************************************************************
* 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
2 changes: 1 addition & 1 deletion unified-lib-deps.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ lib_deps =
jcomas/[email protected]
sensirion/Sensirion [email protected]
sensirion/Sensirion I2C [email protected]
phzi/[email protected]
https://github.com/enjoyneering/AHTxx.git#eb21571
https://github.com/hpsaturn/DHT_nonblocking.git#ec6e5b9
https://github.com/paulvha/SN-GCJA5.git#f261968
https://github.com/jcomas/CM1106_UART.git#da0eb4e
https://github.com/DFRobot/DFRobot_MultiGasSensor.git

0 comments on commit afeac6a

Please sign in to comment.