From 0458adb94940469367c3edb76ab5091555dc2320 Mon Sep 17 00:00:00 2001 From: Achim Date: Sat, 6 Jan 2024 09:14:40 +0700 Subject: [PATCH] Added missing pms library to instructions --- examples/ONE_V9/ONE_V9.ino | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ONE_V9/ONE_V9.ino b/examples/ONE_V9/ONE_V9.ino index 654408b..4d538a4 100644 --- a/examples/ONE_V9/ONE_V9.ino +++ b/examples/ONE_V9/ONE_V9.ino @@ -12,6 +12,7 @@ The codes needs the following libraries installed: “U8g2” by oliver tested with version 2.32.15 "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 "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 dc9ad54..efbc683 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AirGradient Air Quality Sensor -version=2.4.12 +version=2.4.13 author=AirGradient maintainer=AirGradient sentence=ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.