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
db7ecae0
Commit
db7ecae0
authored
2 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Note
parent
b85a725d
Pipeline
#6591
passed with stage
in 1 minute and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/co2_sensor.cpp
+1
-1
ampel-firmware/co2_sensor.cpp
with
1 addition
and
1 deletion
+1
-1
ampel-firmware/co2_sensor.cpp
+
1
-
1
View file @
db7ecae0
...
...
@@ -102,7 +102,7 @@ namespace sensor {
Serial
.
print
(
getTemperatureOffset
());
Serial
.
println
(
F
(
" K"
));
//
FIXME: Actually set
auto
_
calibrat
e_sensor, depending on the config
.
//
NOTE: scd30.begin() takes care of setting
auto
-
calibrat
ion
.
Serial
.
print
(
F
(
"Auto-calibration is "
));
Serial
.
println
(
config
::
auto_calibrate_sensor
?
"ON."
:
"OFF."
);
...
...
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