rak3x72 : first commit

This commit is contained in:
Florent
2025-05-22 11:46:05 +02:00
committed by Florent de Lamotte
parent 8ecb5def87
commit f9473235c6
9 changed files with 185 additions and 5 deletions

View File

@@ -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() )
{