From dd8d9dcb9ab940752f005b4cc5449d270a02c83a Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 22 Oct 2020 23:40:41 +0200 Subject: [PATCH] set delay to 5 seconds the ppm value doesn't change more often --- airingbutler.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5