mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 18:47:40 +00:00
Change to LOG_ERROR
This commit is contained in:
parent
81ecd6d926
commit
73ab43c67a
@ -295,7 +295,7 @@ void fsInit()
|
|||||||
// Can add a screen to display error status later.
|
// Can add a screen to display error status later.
|
||||||
if (!ret) {
|
if (!ret) {
|
||||||
while (1) {
|
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);
|
delay(1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user