We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a607a50 commit 5211b2dCopy full SHA for 5211b2d
DHT_U.cpp
@@ -61,7 +61,7 @@ void DHT_Unified::setMinDelay(sensor_t* sensor) {
61
sensor->min_delay = 1000000L; // 1 second (in microseconds)
62
break;
63
case DHT12:
64
- sensor->min_delay = 2000000L; // 1 second (in microseconds)
+ sensor->min_delay = 2000000L; // 2 second (in microseconds)
65
66
case DHT21:
67
sensor->min_delay = 2000000L; // 2 seconds (in microseconds)
0 commit comments