mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 13:44:40 +01:00
parent
7aa3a1a1cc
commit
ff5004d7db
@ -135,7 +135,8 @@ bool HOT IRAM_ATTR DHT::read_sensor_(float *temperature, float *humidity, bool r
|
|||||||
|
|
||||||
// Wait for falling edge
|
// Wait for falling edge
|
||||||
while (this->pin_->digital_read()) {
|
while (this->pin_->digital_read()) {
|
||||||
if ((end_time = micros()) - start_time > 90) {
|
end_time = micros();
|
||||||
|
if (end_time - start_time > 90) {
|
||||||
if (i < 0) {
|
if (i < 0) {
|
||||||
error_code = 3;
|
error_code = 3;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user