Skip to content

Commit

Permalink
adjust startupdelay
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Dec 6, 2024
1 parent 2587d00 commit 5ce41f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhtnew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ int DHTNEW::read()
}
// KY015 as DHT11
_type = 11;
_wakeupDelay = DHTLIB_DHT11_WAKEUP;
rv = _read(); // read again with correct conversion.
return rv;
}

_type = 11;
_wakeupDelay = DHTLIB_DHT11_WAKEUP;
rv = _read();
Expand Down

0 comments on commit 5ce41f8

Please sign in to comment.