Update TVOC missing call to polling data

This commit is contained in:
Phat Nguyen
2024-02-04 16:30:50 +07:00
parent cbb444f1bc
commit 8b73ac77f9

View File

@ -492,6 +492,7 @@ void loop() {
co2Schedule.run();
pmsSchedule.run();
tempHumSchedule.run();
tvocSchedule.run();
/** Check for handle WiFi reconnect */
updateWiFiConnect();