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
071f3796
Commit
071f3796
authored
Apr 25, 2021
by
Eric Duminil
Browse files
CSV: add a newline before filesystem info
parent
234b5299
Pipeline
#3228
passed with stage
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/csv_writer.cpp
View file @
071f3796
...
...
@@ -87,6 +87,7 @@ namespace csv_writer {
void
initialize
(
const
char
*
sensorId
)
{
snprintf
(
filename
,
sizeof
(
filename
),
"/%s.csv"
,
sensorId
);
Serial
.
println
();
Serial
.
print
(
F
(
"Initializing FS..."
));
if
(
mountFS
())
{
Serial
.
println
(
F
(
"done."
));
...
...
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