Change to LOG_ERROR

pull/3818/head
lewisxhe 2024-05-08 08:45:24 +08:00
rodzic 81ecd6d926
commit 73ab43c67a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}
}