@@ -41,7 +41,7 @@ float DHT::readTemperature(bool S, bool force) {
case DHT11:
f = data[2];
if (data[3] & 0x80) {
f *= -1 -f ;
f = -1 - f ;
}
f += (data[3] & 0x0f) * 0.1;
if(S) {
The note is not visible to the blocked user.