Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Käppler
ampel-firmware
Commits
eac9178c
Commit
eac9178c
authored
Apr 16, 2021
by
Eric Duminil
Browse files
Forgotten F String
parent
3ae4adb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/csv_writer.cpp
View file @
eac9178c
...
@@ -121,7 +121,7 @@ namespace csv_writer {
...
@@ -121,7 +121,7 @@ namespace csv_writer {
Serial
.
println
();
Serial
.
println
();
// Open dir folder
// Open dir folder
Serial
.
println
(
"Filesystem content:"
);
Serial
.
println
(
F
(
"Filesystem content:"
)
)
;
showFilesystemContent
();
showFilesystemContent
();
Serial
.
println
();
Serial
.
println
();
...
...
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