From 83e5f768141a9d3bb6caec17a50e24209458ae2d Mon Sep 17 00:00:00 2001 From: Hpsaturn Date: Wed, 20 Sep 2023 19:21:43 +0200 Subject: [PATCH] r378v0.7.1 Fahrenheit and Kelvin support. issue #116 --- README.md | 1 + library.json | 2 +- library.properties | 2 +- src/Sensors.hpp | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0871fdbc..b5894fc7 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ DHT22 is supported but is not recommended. Please see the documentation. - Unified calibration trigger for all CO2 sensors - Unified CO2 Altitude compensation - Unified temperature offset for CO2 and environment sensors +- Add support for Kelvin and Fahrenheit on environment and CO2 sensors - Public access to main objects of each library (full methods access) - Get unit symbol and name and each sub-sensor - Get the main group type: NONE, PM, CO2 and ENV. diff --git a/library.json b/library.json index 01c24699..99641c7f 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "CanAirIO Air Quality Sensors Library", - "version": "0.7.0", + "version": "0.7.1", "homepage":"https://canair.io", "keywords": [ diff --git a/library.properties b/library.properties index f24351b7..85df923f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CanAirIO Air Quality Sensors Library -version=0.7.0 +version=0.7.1 author=@hpsaturn, CanAirIO project maintainer=Antonio Vanegas url=https://github.com/kike-canaries/canairio_sensorlib diff --git a/src/Sensors.hpp b/src/Sensors.hpp index 8df20a2b..6b773a16 100644 --- a/src/Sensors.hpp +++ b/src/Sensors.hpp @@ -23,8 +23,8 @@ #include #endif -#define CSL_VERSION "0.7.0" -#define CSL_REVISION 377 +#define CSL_VERSION "0.7.1" +#define CSL_REVISION 378 /*************************************************************** * 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