mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-31 16:55:47 +00:00
rak3x72 : first commit
This commit is contained in:
committed by
Florent de Lamotte
parent
8ecb5def87
commit
f9473235c6
@@ -126,6 +126,9 @@ InternalFileSystem::InternalFileSystem(void)
|
||||
|
||||
bool InternalFileSystem::begin(void)
|
||||
{
|
||||
#ifdef FORMAT_FS
|
||||
this->format();
|
||||
#endif
|
||||
// failed to mount, erase all sector then format and mount again
|
||||
if ( !Adafruit_LittleFS::begin() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user