trunk fmt

This commit is contained in:
lewisxhe 2024-05-07 14:33:16 +08:00
parent b63997b36f
commit 81ecd6d926

View File

@ -221,7 +221,7 @@ bool fsCheck()
if (file.open(filename, FILE_O_WRITE)) {
write_size = file.write(text);
} else {
LOG_DEBUG("Open file failed .\n");;
LOG_DEBUG("Open file failed .\n");
goto FORMAT_FS;
}
@ -295,7 +295,8 @@ void fsInit()
// Can add a screen to display error status later.
if (!ret) {
while (1) {
Serial.println("The file system is damaged and cannot proceed to the next step.\n"); delay(1000);
Serial.println("The file system is damaged and cannot proceed to the next step.\n");
delay(1000);
}
}
#else