From 31c51cc4ee55f2e66db547e97db0173bcf1044e1 Mon Sep 17 00:00:00 2001 From: Achim Date: Sat, 6 Jan 2024 11:26:51 +0700 Subject: [PATCH] Added missing S8_UART library to descriptions where needed. Removed SHT library in description where not needed. --- examples/DIY_OUTDOOR_C3_1PST/DIY_OUTDOOR_C3_1PST.ino | 2 +- examples/ONE_V9/ONE_V9.ino | 1 + library.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/DIY_OUTDOOR_C3_1PST/DIY_OUTDOOR_C3_1PST.ino b/examples/DIY_OUTDOOR_C3_1PST/DIY_OUTDOOR_C3_1PST.ino index 38b1141..2b251cb 100644 --- a/examples/DIY_OUTDOOR_C3_1PST/DIY_OUTDOOR_C3_1PST.ino +++ b/examples/DIY_OUTDOOR_C3_1PST/DIY_OUTDOOR_C3_1PST.ino @@ -11,7 +11,7 @@ The codes needs the following libraries installed: “WifiManager by tzapu, tablatronix” tested with version 2.0.11-beta "Sensirion I2C SGP41" by Sensation Version 0.1.0 "Sensirion Gas Index Algorithm" by Sensation Version 3.2.1 -"Arduino-SHT" by Johannes Winkelmann Version 1.2.2 +"S8_UART" by Josep Comas Version 1.0.1 “pms” by Markusz Kakl version 1.1.0 (needs to be patched for 5003T model) For built instructions and how to patch the PMS library: https://www.airgradient.com/open-airgradient/instructions/diy-open-air-presoldered-v11/ diff --git a/examples/ONE_V9/ONE_V9.ino b/examples/ONE_V9/ONE_V9.ino index 667f6fc..238bc02 100644 --- a/examples/ONE_V9/ONE_V9.ino +++ b/examples/ONE_V9/ONE_V9.ino @@ -13,6 +13,7 @@ The codes needs the following libraries installed: "Sensirion I2C SGP41" by Sensation Version 0.1.0 "Sensirion Gas Index Algorithm" by Sensation Version 3.2.1 “pms” by Markusz Kakl version 1.1.0 +"S8_UART" by Josep Comas Version 1.0.1 "Arduino-SHT" by Johannes Winkelmann Version 1.2.2 "Adafruit NeoPixel" by Adafruit Version 1.11.0 diff --git a/library.properties b/library.properties index eb494c3..6b27c88 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AirGradient Air Quality Sensor -version=2.4.14 +version=2.4.15 author=AirGradient maintainer=AirGradient sentence=ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.