initial cleanup work

This commit is contained in:
Thomas Göttgens
2023-01-07 13:16:58 +01:00
parent 450e7362f6
commit 03c5dfc7a8
16 changed files with 26 additions and 342 deletions

View File

@@ -170,7 +170,7 @@ void fsInit()
#ifdef FSCom
if (!FSBegin())
{
LOG_ERROR("Filesystem mount Failed. Formatting...\n");
LOG_ERROR("Filesystem mount Failed.\n");
assert(0); // FIXME - report failure to phone
}
#ifdef ARCH_ESP32