This commit is contained in:
Dmitry Borisenko
2020-12-19 13:31:38 +01:00
parent fe029a624c
commit 4711af6589
6 changed files with 25 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ bool fileSystemInit() {
SerialPrint("E", F("FS"), F("FS Init ERROR, may be FS was not flashed"));
return false;
}
SerialPrint("I", F("FS"), F("FS Init"));
SerialPrint("I", F("FS"), F("FS Init completed"));
return true;
}