Fixed wrong sensor name

Fixed a wrong sensor name in line 23. It's not the SPG30, it's the CSS811
This commit is contained in:
Mike 2018-10-01 18:06:25 +02:00 committed by GitHub
parent 81439e834a
commit 13d37a144a
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
* *