Merge pull request #322 from fdlamotte/rak3x72

rak3x72 : first commit
This commit is contained in:
ripplebiz 2025-05-23 13:45:31 +10:00 committed by GitHub
commit a2ff22dffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 193 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() )
{