Fixed description

This commit is contained in:
achim
2022-10-02 07:59:36 +07:00
parent 3c7180e642
commit d5c8af68a0
2 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,9 @@
/*
This is the code for the AirGradient DIY Air Quality Sensor with an ESP8266 Microcontroller with Sensirion SGP30. Due to instabilities on the I2C line this is no longer the recommended TVOC module and this code will be retired soon. We recommend to switch to / use the Sensirion SGP40.
It is a high quality sensor showing PM2.5, CO2, Temperature and Humidity on a small display and can send data over Wifi.
This is the code for the AirGradient DIY BASIC Air Quality Sensor with an ESP8266 Microcontroller with Sensirion SGP30 instead of the SHT30. Due to instabilities on the I2C line running both SHT30 and SGP30 at the same time is not recommended. We recommend to switch to the DIY_PRO board and use the Sensirion SGP40.
For build instructions please visit https://www.airgradient.com/open-airgradient/instructions/
Instructions on using the TVOC sensor (SGP30) instead of the Temperature / Humidity sensor (SHT3x). Please note that if you use it with the SHT3x you need to manually remove pull-up resistors as per below instructions.
Instructions on using the TVOC sensor (SGP30) instead of the Temperature / Humidity sensor (SHT3x).
https://www.airgradient.com/open-airgradient/instructions/tvoc-on-airgradient-diy-sensor/

View File

@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=2.0.1
version=2.0.2
author=AirGradient <support@airgradient.com>
maintainer=AirGradient <support@airgradient.com>
sentence=ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.