From 8b73ac77f9164dd15f8548726d54b1dac590a334 Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Sun, 4 Feb 2024 16:30:50 +0700 Subject: [PATCH] Update TVOC missing call to polling data --- examples/ONE_I-9PSL/ONE_I-9PSL.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ONE_I-9PSL/ONE_I-9PSL.ino b/examples/ONE_I-9PSL/ONE_I-9PSL.ino index bfdca0c..5874d86 100644 --- a/examples/ONE_I-9PSL/ONE_I-9PSL.ino +++ b/examples/ONE_I-9PSL/ONE_I-9PSL.ino @@ -492,6 +492,7 @@ void loop() { co2Schedule.run(); pmsSchedule.run(); tempHumSchedule.run(); + tvocSchedule.run(); /** Check for handle WiFi reconnect */ updateWiFiConnect();