mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +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.
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user