Merge pull request #3952 from mike2nl/development

Fixed wrong sensor name
This commit is contained in:
Theo Arends 2018-10-01 18:23:45 +02:00 committed by GitHub
commit 6d00489043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
#ifdef USE_I2C #ifdef USE_I2C
#ifdef USE_CCS811 #ifdef USE_CCS811
/*********************************************************************************************\ /*********************************************************************************************\
* SGP30 - Gas (TVOC - Total Volatile Organic Compounds) and Air Quality (CO2) * CCS811 - Gas (TVOC - Total Volatile Organic Compounds) and Air Quality (CO2)
* *
* Source: Adafruit * Source: Adafruit
* *