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
ab3e5689
Commit
ab3e5689
authored
May 03, 2021
by
Eric Duminil
Browse files
Removing unnecessary namespace
parent
650e68b1
Pipeline
#3403
passed with stage
in 1 minute and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/co2_sensor.cpp
View file @
ab3e5689
...
@@ -296,7 +296,7 @@ namespace sensor {
...
@@ -296,7 +296,7 @@ namespace sensor {
Serial
.
print
(
F
(
"Setting Measurement Interval to : "
));
Serial
.
print
(
F
(
"Setting Measurement Interval to : "
));
Serial
.
print
(
timestep
);
Serial
.
print
(
timestep
);
Serial
.
println
(
F
(
"s."
));
Serial
.
println
(
F
(
"s."
));
sensor
::
scd30
.
setMeasurementInterval
(
timestep
);
scd30
.
setMeasurementInterval
(
timestep
);
config
::
measurement_timestep
=
timestep
;
config
::
measurement_timestep
=
timestep
;
led_effects
::
showKITTWheel
(
color
::
green
,
1
);
led_effects
::
showKITTWheel
(
color
::
green
,
1
);
}
}
...
@@ -308,7 +308,7 @@ namespace sensor {
...
@@ -308,7 +308,7 @@ namespace sensor {
config
::
co2_calibration_level
=
calibrationLevel
;
config
::
co2_calibration_level
=
calibrationLevel
;
Serial
.
print
(
config
::
co2_calibration_level
);
Serial
.
print
(
config
::
co2_calibration_level
);
Serial
.
println
(
F
(
" ppm."
));
Serial
.
println
(
F
(
" ppm."
));
sensor
::
startCalibrationProcess
();
startCalibrationProcess
();
}
}
}
}
...
...
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