updated sensors

This commit is contained in:
2021-07-26 18:54:25 +02:00
parent 14b599c4da
commit 11b146c2d1
9 changed files with 239 additions and 240 deletions

View File

@@ -61,7 +61,7 @@ void setup()
initParticles();
initCO2sensor();
initVOCsensor();
//initLCD();
initLCD();
initButtons();
}
@@ -75,6 +75,6 @@ void loop()
handleVOCsensor();
handleButtons();
handleSensor();
//handleLCD();
handleLCD();
handleMQTT();
}