From 352a72c296f265665cc23beab6858adf0972f463 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 7 May 2019 20:11:07 +0200 Subject: [PATCH] add more time to read setup output --- esp32-env-monitor.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp32-env-monitor.ino b/esp32-env-monitor.ino index 38e1200..37f4ba6 100644 --- a/esp32-env-monitor.ino +++ b/esp32-env-monitor.ino @@ -112,6 +112,8 @@ void setup() { // If you have a baseline measurement from before you can assign it to start, to 'self-calibrate' //sgp.setIAQBaseline(0x8E68, 0x8F41); // Will vary for each sensor! + //delay to allow setup output reading + delay(10000); }