You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino_UnifiedStorage::debugPrint("[Partitioning][readPartitions][INFO] Partition " + String(partitionIndex) + " is formatted with LittleFS file system");
186
187
littleFsProbeFilesystem -> unmount();
187
188
partition.fileSystemType = FS_LITTLEFS;
188
189
partitions.push_back(partition);
190
+
delete mbrBlocKDevice;
191
+
delete littleFsProbeFilesystem;
189
192
} else {
190
193
Arduino_UnifiedStorage::debugPrint("[Partitioning][readPartitions][INFO] Partition " + String(partitionIndex) + " is not formatted with a recognized file system");
0 commit comments