pull/252/head
alanbjohnston 3 years ago committed by GitHub
parent 3507a7297d
commit a23c4a8980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2668,7 +2668,7 @@ void read_payload()
// print_string(payload_str);
if ((millis() - read_time) > 500) {
Serial.println("There is a bme280 sensor problem");
bnePresent = false;
bmePresent = false;
}
read_time = millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.