Skip to content

Commit

Permalink
Revert b4e80bd due to the system becoming unresponsive after a while
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jun 8, 2020
1 parent b4e80bd commit de290a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esp8266-co2monitor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ void loop() {
mqttClient.loop();

ArduinoOTA.handle();
delay(40);
}

bool decodeDataPackage(byte data[5]) {
Expand Down Expand Up @@ -324,4 +323,4 @@ bool decodeDataPackage(byte data[5]) {
Serial.println(temperature);
break;
}
}
}

0 comments on commit de290a1

Please sign in to comment.