From 45ab6f8e61c6c9a01282723cd271162db86f156a Mon Sep 17 00:00:00 2001 From: Rafal Zajac Date: Sun, 12 Nov 2017 22:51:42 +0100 Subject: [PATCH] Correct README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8f5af..8f90e15 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The collection of device drivers for ESP8266. - [DS18B20](src/esp_ds18b20) OneWire temperature sensor. - [DHT22 (AM2302)](src/esp_dht22) temperature and humidity sensor. -- [SHT21 (Si7020)](src/esp_sht21) temperature and humidity sensor. +- [SHT21 (Si7021)](src/esp_sht21) temperature and humidity sensor. ## Build environment.