Compare commits

..

2 Commits

Author SHA1 Message Date
ab54ce8cfb Remove clangd linting errors 2025-11-25 16:36:09 +01:00
6c567801a4 Adapt the project to the SCD41 sensor 2025-11-23 16:35:45 +01:00

View File

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