Compare commits

..

2 Commits

Author SHA1 Message Date
5ae0cdfc08 Remove clangd linting errors 2025-11-25 16:36:51 +01:00
03131b65f1 Adapt the project to the SCD41 sensor 2025-11-25 16:36:51 +01:00

View File

@@ -34,7 +34,7 @@ void setup() {
error = sensor.stopPeriodicMeasurement();
error = sensor.reinit();
error = sensor.startPeriodicMeasurement();
inactivity_delay = 60;
inactivity_delay = 60000;
}
void loop() {