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
468cba2e
Commit
468cba2e
authored
Mar 22, 2022
by
Eric Duminil
Browse files
Formatting
parent
880463c0
Pipeline
#6024
failed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/co2_sensor.cpp
View file @
468cba2e
...
...
@@ -85,9 +85,9 @@ namespace sensor {
Serial
.
print
(
F
(
"S8 - Firmware : "
));
Serial
.
println
(
s8
.
firm_version
);
s8
.
sensor_id
=
sensor_S8
->
get_sensor_ID
();
Serial
.
print
(
"S8 - ID : 0x"
);
Serial
.
print
(
F
(
"S8 - ID : 0x"
)
)
;
printIntToHex
(
s8
.
sensor_id
,
4
);
Serial
.
println
(
""
);
Serial
.
println
();
//TODO: Auto-calibration 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