Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel2
co2-ampel
Commits
db7ecae0
Commit
db7ecae0
authored
Jun 22, 2022
by
Eric Duminil
Browse files
Note
parent
b85a725d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/co2_sensor.cpp
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."
);
...
...
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