Skip to content

Commit

Permalink
Changed 80C Max to 257F Max
Browse files Browse the repository at this point in the history
  • Loading branch information
jquiros2 authored Sep 29, 2020
1 parent 0b6b25a commit 9ad1e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht22.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// Sensor definitions
#define SENSOR_NA 110
#define SENSOR_TMP_MIN -40
#define SENSOR_TMP_MAX 80
#define SENSOR_TMP_MAX 257
#define SENSOR_HUM_MIN 0
#define SENSOR_HUM_MAX 100

Expand Down

0 comments on commit 9ad1e63

Please sign in to comment.