Commit 071f3796 authored by Eric Duminil's avatar Eric Duminil
Browse files

CSV: add a newline before filesystem info

parent 234b5299
Pipeline #3228 passed with stage
in 1 minute and 50 seconds
......@@ -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."));
......
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