mirror of
https://github.com/revspace/operame
synced 2025-12-13 16:06:30 +00:00
Modification for Excel Data Streamer
Modified the serial communication of CO2 values
This commit is contained in:
parent
9907ef7ceb
commit
57860a9429
1 changed files with 2 additions and 1 deletions
|
|
@ -442,7 +442,8 @@ void loop() {
|
|||
|
||||
every(5000) {
|
||||
co2 = get_co2();
|
||||
Serial.println(co2);
|
||||
Serial.print(co2);
|
||||
Serial.println();
|
||||
}
|
||||
|
||||
every(50) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue