Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
5d1580a9
Commit
5d1580a9
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Plain Diff
Merge branch 'dev/fixcalib' into 'develop'
co2_sensor: Do not reset ESP after calibration See merge request
!7
parents
6412c4ea
703edb7d
master
develop
experimental/example_for_iotwebconf
senseair_s8
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
archive/experimental/simple
archive/experimental/save_lora_session
archive/experimental/ota
archive/experimental/binary_clock
1 merge request
!7
co2_sensor: Do not reset ESP after calibration
Pipeline
#4018
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/co2_sensor.cpp
+0
-1
ampel-firmware/co2_sensor.cpp
with
0 additions
and
1 deletion
+0
-1
ampel-firmware/co2_sensor.cpp
+
0
-
1
View file @
5d1580a9
...
...
@@ -163,7 +163,6 @@ namespace sensor {
scd30
.
setForcedRecalibrationFactor
(
config
::
co2_calibration_level
);
Serial
.
println
(
F
(
" Done!"
));
Serial
.
println
(
F
(
"Sensor calibrated."
));
ESP
.
restart
();
// softer than ESP.reset
}
void
logToSerial
()
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets