Skip to content

Commit b529173

Browse files
committed
Clarify formatting of internal FS when doing factory reset.
Fix #441
1 parent b3f3301 commit b529173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuMain.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ void factoryReset()
367367
}
368368
}
369369

370-
systemPrintln("Formatting file system...");
370+
systemPrintln("Formatting internal file system...");
371371
LittleFS.format();
372372

373373
if (online.gnss == true)

0 commit comments

Comments
 (0)