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
842a541f
Commit
842a541f
authored
4 years ago
by
Eric Duminil
1
Browse files
Options
Download
Email Patches
Plain Diff
Calibration process should stop if succesful
parent
ce17be45
Pipeline
#4032
passed with stage
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/co2_sensor.cpp
+1
-0
ampel-firmware/co2_sensor.cpp
with
1 addition
and
0 deletions
+1
-0
ampel-firmware/co2_sensor.cpp
+
1
-
0
View file @
842a541f
...
...
@@ -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.
}
...
...
This diff is collapsed.
Click to expand it.
Käppler
@michael_kaeppler
mentioned in issue
#3
·
4 years ago
mentioned in issue
#3
mentioned in issue #3
Toggle commit list
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