Merge pull request #10015 from betarho/fix_typo

Fix a typo in comments
This commit is contained in:
Theo Arends 2020-11-30 11:34:53 +01:00 committed by GitHub
commit 743109d0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#ifdef USE_DHT
/*********************************************************************************************\
* DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidy
* DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidity
*
* Reading temperature or humidity takes about 250 milliseconds!
* Sensor readings may also be up to 2 seconds 'old' (its a very slow sensor)

View File

@ -20,7 +20,7 @@
#ifdef USE_I2C
#ifdef USE_SHT
/*********************************************************************************************\
* SHT1x - Temperature and Humidy
* SHT1x - Temperature and Humidity
*
* Reading temperature and humidity takes about 320 milliseconds!
* Source: Marinus vd Broek https://github.com/ESP8266nu/ESPEasy

View File

@ -20,7 +20,7 @@
#ifdef USE_I2C
#ifdef USE_HTU
/*********************************************************************************************\
* HTU21 - Temperature and Humidy
* HTU21 - Temperature and Humidity
*
* Source: Heiko Krupp
*

View File

@ -21,7 +21,7 @@
#ifdef USE_HDC1080
/*********************************************************************************************\
* HDC1080 - Temperature and Humidy sensor
* HDC1080 - Temperature and Humidity sensor
*
* Source: Luis Teixeira
*