You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps related to some compilator specific quirks. My compiled sketch is very old, from Arduino IDE 1.8.1, and has been running for a long time with a modified version of the idDHT22 library. The temperature storage section is identical to this library.
I suggest you change it to something like this, to avoid issues with compilator quirks messing with how unsigned int/short variables are handled.
Perhaps related to some compilator specific quirks. My compiled sketch is very old, from Arduino IDE 1.8.1, and has been running for a long time with a modified version of the idDHT22 library. The temperature storage section is identical to this library.
I suggest you change it to something like this, to avoid issues with compilator quirks messing with how unsigned int/short variables are handled.
The text was updated successfully, but these errors were encountered: