1
0
mirror of https://github.com/revspace/operame synced 2024-10-31 21:47:30 +00:00

Modification for Excel Data Streamer

Modified the serial communication of CO2 values
This commit is contained in:
tomderyck 2021-06-03 10:53:13 +02:00
parent 9907ef7ceb
commit 57860a9429

View File

@ -442,7 +442,8 @@ void loop() {
every(5000) {
co2 = get_co2();
Serial.println(co2);
Serial.print(co2);
Serial.println();
}
every(50) {