mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
fix typo
This commit is contained in:
parent
a607a50475
commit
5211b2d701
@ -61,7 +61,7 @@ void DHT_Unified::setMinDelay(sensor_t* sensor) {
|
||||
sensor->min_delay = 1000000L; // 1 second (in microseconds)
|
||||
break;
|
||||
case DHT12:
|
||||
sensor->min_delay = 2000000L; // 1 second (in microseconds)
|
||||
sensor->min_delay = 2000000L; // 2 second (in microseconds)
|
||||
break;
|
||||
case DHT21:
|
||||
sensor->min_delay = 2000000L; // 2 seconds (in microseconds)
|
||||
|
Loading…
Reference in New Issue
Block a user