DHTesp Versions Save

Optimized DHT library for ESP32/ESP8266 using Arduino framework

1.18

3 years ago
  • Support for negative temperatures with DHT11
  • Cleanup examples
  • Push new version number 1.18

1.17

4 years ago

Version 1.16 did not work well on ESP8266 due to the "CPU usage reducing delay".
Removed that change and library works well again.

1.16

4 years ago

Reduce CPU usage and add decimal part for DHT11
Using noInterrupts() & interrupts() instead of cli and sei

1.14

4 years ago

Fix typo in ESP8266 example

1.13

4 years ago

1.012

4 years ago

Updated ESP8266 example, the delay between 2 readings was too short for the DHT sensor

1.0.9

5 years ago

1.0.8

5 years ago

Fixed bug in DHT_ESP32.ino example. Added potential compatibility with DHT33 and DHT44 sensors Autodetection of sensors is not working reliable. It will be removed in the future and is now marked deprecated.

1.0.7

5 years ago

Smaller changes in the examples to mark them whether they are for ESP32 or ESP8266!
Changed ESP32 include ESP32Ticker.h to Ticker.h

1.0.6

6 years ago

As mentioned in
https://github.com/beegee-tokyo/DHTesp/issues/6
and
https://github.com/beegee-tokyo/DHTesp/issues/5
GPIO2 should not be used for the DHT sensor on ESP32. Example is changed now to avoid problems.