Commit eac9178c authored by Eric Duminil's avatar Eric Duminil
Browse files

Forgotten F String

parent 3ae4adb6
...@@ -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();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment