ToastFreeware
/
toast
/
airingbutler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1468369
)
set delay to 5 seconds
author
gregor herrmann
<gregor@toastfreeware.priv.at>
Thu, 22 Oct 2020 21:40:41 +0000
(23:40 +0200)
committer
gregor herrmann
<gregor@toastfreeware.priv.at>
Thu, 22 Oct 2020 21:40:41 +0000
(23:40 +0200)
the ppm value doesn't change more often
airingbutler.ino
patch
|
blob
|
history
diff --git
a/airingbutler.ino
b/airingbutler.ino
index b8ba6f578cf875a8090929edbf87c59d5915e3b1..94ba188bf829b92983ee89351c98132f5ffe1ff0 100644
(file)
--- a/
airingbutler.ino
+++ b/
airingbutler.ino
@@
-28,6
+28,6
@@
void loop()
Serial.print(",");
Serial.println(m.temperature);
- delay(
1
000);
+ delay(
5
000);
}