Этот коммит содержится в:
Florent
2025-05-22 14:47:44 +02:00
коммит произвёл Florent de Lamotte
родитель 8ecb5def87
Коммит f9473235c6
9 изменённых файлов: 185 добавлений и 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() )
{