From b9280ea6d1e83c23c4fe26a2b1ffe13ed1665aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Wed, 13 Jan 2016 23:29:24 +0100 Subject: [PATCH] note --- docs/en/modules/dht.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/dht.md b/docs/en/modules/dht.md index e4958004..61694b64 100644 --- a/docs/en/modules/dht.md +++ b/docs/en/modules/dht.md @@ -21,7 +21,7 @@ Read all kinds of DHT sensors, including DHT11, 21, 22, 33, 44 humidity temperat !!! note "Note:" -If using float firmware then `temp` and `humi` are floating point numbers. On an integer firmware, the final values have to be concatenated from `temp` and `temp_dec` / `humi` and `hum_dec`. + If using float firmware then `temp` and `humi` are floating point numbers. On an integer firmware, the final values have to be concatenated from `temp` and `temp_dec` / `humi` and `hum_dec`. #### Example ```lua