Commit 842a541f authored by Eric Duminil's avatar Eric Duminil
Browse files

Calibration process should stop if succesful

parent ce17be45
Pipeline #4032 passed with stage
in 1 minute and 48 seconds
......@@ -164,6 +164,7 @@ namespace sensor {
scd30.setForcedRecalibrationFactor(config::co2_calibration_level);
Serial.println(F(" Done!"));
Serial.println(F("Sensor calibrated."));
switchState(BOOTUP); // In order to stop the calibration and select the desired timestep.
//WARNING: Do not reset the ampel or the SCD30!
//At least one measurement needs to happen in order for the calibration to be correctly applied.
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment