From: gregor herrmann Date: Thu, 22 Oct 2020 21:40:41 +0000 (+0200) Subject: set delay to 5 seconds X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/commitdiff_plain/dd8d9dcb9ab940752f005b4cc5449d270a02c83a set delay to 5 seconds the ppm value doesn't change more often --- diff --git a/airingbutler.ino b/airingbutler.ino index b8ba6f5..94ba188 100644 --- a/airingbutler.ino +++ b/airingbutler.ino @@ -28,6 +28,6 @@ void loop() Serial.print(","); Serial.println(m.temperature); - delay(1000); + delay(5000); }