DHT-sensor-library icon indicating copy to clipboard operation
DHT-sensor-library copied to clipboard

Problem: wrong values at negative temperatures an ESP8266 and DHT22

Open argltuc opened this issue 4 years ago • 2 comments

Problem is described in #177

Solution: shift incomming data on int16_t variable before cast to float.

I could test this solution only on Arduino IDE 1.8.13 with ESP8266 / DHT 22. Maybe testing on other controllers / dht types could be necessery

argltuc avatar Feb 01 '21 12:02 argltuc