From feec04f42b60dc1489340d44bca78a6bb0c569cf Mon Sep 17 00:00:00 2001 From: Achim Date: Fri, 10 Nov 2023 08:24:20 +0700 Subject: [PATCH] fixed typo in comment --- examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino b/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino index 10e92db..6f20e7a 100644 --- a/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino +++ b/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino @@ -1,5 +1,5 @@ /* -Important: This code is only for the DIY PRO PCB Version 3.7 that has a push button mounted. +Important: This code is only for the DIY PRO PCB Version 4.2 that has a push button mounted. This is the code for the AirGradient DIY PRO Air Quality Sensor with an ESP8266 Microcontroller with the SGP40 TVOC module from AirGradient. diff --git a/library.properties b/library.properties index ac258ff..31fd84e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AirGradient Air Quality Sensor -version=2.4.9 +version=2.4.10 author=AirGradient maintainer=AirGradient sentence=ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.