Commit 925138a8 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated doc

parent 9a6fa9e7
Pipeline #3592 passed with stage
in 1 minute and 43 seconds
...@@ -147,8 +147,7 @@ namespace sensor { ...@@ -147,8 +147,7 @@ namespace sensor {
void startCalibrationProcess() { void startCalibrationProcess() {
/** From the sensor documentation: /** From the sensor documentation:
* For best results, the sensor has to be run in a stable environment in continuous mode at * Before applying FRC, SCD30 needs to be operated for 2 minutes with the desired measurement period in continuous mode.
* a measurement rate of 2s for at least two minutes before applying the FRC command and sending the reference value.
*/ */
Serial.print(F("Setting SCD30 timestep to ")); Serial.print(F("Setting SCD30 timestep to "));
Serial.print(config::timestep_during_calibration); Serial.print(config::timestep_during_calibration);
......
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