Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
925138a8
Commit
925138a8
authored
May 05, 2021
by
Eric Duminil
Browse files
Updated doc
parent
9a6fa9e7
Pipeline
#3592
passed with stage
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ampel-firmware/co2_sensor.cpp
View file @
925138a8
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment