Merge pull request #322 from fdlamotte/rak3x72

rak3x72 : first commit
Этот коммит содержится в:
ripplebiz
2025-05-23 13:45:31 +10:00
коммит произвёл GitHub
родитель 22b80a9be7 c7fe211840
Коммит a2ff22dffb
9 изменённых файлов: 193 добавлений и 5 удалений
+3
Просмотреть файл
@@ -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() )
{