Skip to content

Commit 5211b2d

Browse files
committed
fix typo
1 parent a607a50 commit 5211b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DHT_U.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void DHT_Unified::setMinDelay(sensor_t* sensor) {
6161
sensor->min_delay = 1000000L; // 1 second (in microseconds)
6262
break;
6363
case DHT12:
64-
sensor->min_delay = 2000000L; // 1 second (in microseconds)
64+
sensor->min_delay = 2000000L; // 2 second (in microseconds)
6565
break;
6666
case DHT21:
6767
sensor->min_delay = 2000000L; // 2 seconds (in microseconds)

0 commit comments

Comments
 (0)