mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
fix for nRF52 and Portduino
This commit is contained in:
@@ -171,7 +171,7 @@ void fsInit()
|
|||||||
if (!FSBegin())
|
if (!FSBegin())
|
||||||
{
|
{
|
||||||
LOG_ERROR("Filesystem mount Failed.\n");
|
LOG_ERROR("Filesystem mount Failed.\n");
|
||||||
assert(0); // FIXME - report failure to phone
|
// assert(0); This auto-formats the partition, so no need to fail here.
|
||||||
}
|
}
|
||||||
#ifdef ARCH_ESP32
|
#ifdef ARCH_ESP32
|
||||||
LOG_DEBUG("Filesystem files (%d/%d Bytes):\n", FSCom.usedBytes(), FSCom.totalBytes());
|
LOG_DEBUG("Filesystem files (%d/%d Bytes):\n", FSCom.usedBytes(), FSCom.totalBytes());
|
||||||
|
|||||||
Reference in New Issue
Block a user