From 3a619e01281ac5ceef1e2288c563a431544f3ffe Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 14 Dec 2017 00:56:02 +0100 Subject: [PATCH] Added lib DHT sensor library for ESP32 https://github.com/arduino/Arduino/issues/7015 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index bbcbdd2c..740ebce9 100644 --- a/registry.txt +++ b/registry.txt @@ -1339,3 +1339,4 @@ https://github.com/Locoduino/MemoryUsage.git|Contributed|MemoryUsage https://github.com/Locoduino/DCCpp.git|Contributed|DCCpp https://github.com/Locoduino/DcDccNanoController.git|Contributed|DcDccNanoController https://github.com/Velleman/K1200.git|Contributed|K1200 +https://github.com/beegee-tokyo/DHTesp.git|Contributed|DHT sensor library for ESP32