Change to LOG_ERROR

This commit is contained in:
lewisxhe 2024-05-08 08:45:24 +08:00
parent 81ecd6d926
commit 73ab43c67a

View File

@ -295,7 +295,7 @@ 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");
LOG_ERROR("The file system is damaged and cannot proceed to the next step.\n");
delay(1000);
}
}