Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: beegee-tokyo/DHTesp

Fix variable name problem

14 Apr 04:16
Compare
Choose a tag to compare
1.19

fix variable name problem

Cleanup and bug fix

20 Feb 02:43
Compare
Choose a tag to compare
  • Support for negative temperatures with DHT11
  • Cleanup examples
  • Push new version number 1.18

Back to working version by removing the last commit

06 Oct 06:33
Compare
Choose a tag to compare

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

Some improvements

05 Oct 01:57
Compare
Choose a tag to compare

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

Updated ESP8266 example

22 Sep 04:27
Compare
Choose a tag to compare

Fix typo in ESP8266 example

Added getPin function

31 Jul 02:24
Compare
Choose a tag to compare
1.13

Merge remote-tracking branch 'origin/master'

Updated ESP8266 example

16 Jul 06:34
Compare
Choose a tag to compare

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

2018^07-17: Use correct field separator in keywords.txt + corrected wrong deprecation

17 Jul 01:39
1feec81
Compare
Choose a tag to compare
Use correct field separator in keywords.txt + corrected wrong depreca…

…tion

Fix bug in DHT_ESP32 example

06 Jul 05:58
Compare
Choose a tag to compare

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.

Updated examples to make it easier to distinguish between ESP32 and ESP8266 examples

19 Jun 03:03
Compare
Choose a tag to compare

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