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
| [`InternalStorage`](#class_internal_storage_1ac45948ef554bc659efed81240140192e) | Constructs an [InternalStorage](#class_internal_storage) object with default settings. If no partitions are available, it restores the default partitioning scheme (See [restoreDefaultPartitions()](#class_internal_storage_1ace77d2372832c2f9ef39d382cc443259) for more info). If partitions are available, it sets the partition number, file system type, and partition name based on the last partition available. When using the default partitioning scheme the last partition would be the user partition. |
453
453
| [`InternalStorage`](#class_internal_storage_1ac13cad019a2ae66647d1c3604690eca7) | Constructs an [InternalStorage](#class_internal_storage) object with the specified partition, name, and file system. |
| [`begin`](#class_internal_storage_1a984731348dfbdade84e24250133a033e) | Initializes the internal storage. |
455
456
| [`begin`](#class_internal_storage_1a90cd409874d9c578ce3add4df88875e5) | Initializes the internal storage with the specified file system. |
456
457
| [`unmount`](#class_internal_storage_1a663446e2135a4e91d7fdb8ca638cc027) | Unmounts the internal storage. |
457
458
| [`getRootFolder`](#class_internal_storage_1a87142ddbdad62217e33851b32572082d) | Retrieves the root folder of the internal storage. |
458
459
| [`format`](#class_internal_storage_1a9ee819a55de5d411e6b10bdc9942c601) | Formats the internal storage with the selected file system. |
459
-
| [`getBlockDevice`](#class_internal_storage_1a499c1975764c56ad3770ef9c582d7dda) | Retrieves the block device associated with the internal storage. |
460
+
| [`getBlockDevice`](#class_internal_storage_1af347558e09045a5dd868f93b24286bab) | Retrieves the block device associated with the internal storage. |
460
461
| [`partition`](#class_internal_storage_1acd4f9617061b962f38b20a4c6ddb8d48) | Partitions the internal storage according to the partitioning scheme given in the `partitions` parameter erasing the existing partitions |
461
462
| [`partition`](#class_internal_storage_1aefb31c03b94006e75b18111f07c99331) | Creates one partition spanning over the whole size of the internal storage drive erasing the existing partitions. |
462
463
| [`restoreDefaultPartitions`](#class_internal_storage_1ace77d2372832c2f9ef39d382cc443259) | Restores the default partitioning scheme (1MB FAT32 for Certificates, 5MB FAT32 for OTA, 8MB user storage) to the internal storage drive erasing the existing partitions. |
463
-
| [`readPartitions`](#class_internal_storage_1a7191c21a719e9fe8132dc3cfaed3f0ec) | Reads the partitioning scheme from the MBR sector of the internal storage drive and returns a vector of structs of type [Partition](#struct_partition) that represents the partitioning scheme |
464
+
| [`readPartitions`](#class_internal_storage_1a3d3303d7eb80a5d9471c60cb2bffc3b3) | Reads the partitioning scheme from the MBR sector of the internal storage drive and returns a vector of structs of type [Partition](#struct_partition) that represents the partitioning scheme |
464
465
465
466
## Members
466
467
@@ -489,6 +490,14 @@ Constructs an [InternalStorage](#class_internal_storage) object with the specifi
489
490
* `fs` The desired file system (FS_FAT or FS_LITTLEFS).
|[`eraseMBRSector`](#class_partitioning_1a662f276b27785e76cdf9f89c5356e784)| Erases the first block (4096 bytes) of the BlockDevice to delete any already existing MBR partition table |
621
630
|[`partitionDrive`](#class_partitioning_1a803b6e9a67304c6551d2a90ed5473985)| Partitions the BlockDevice according to the partitioning schemme given by the vector of [Partition](#struct_partition) structs |
622
-
|[`readPartitions`](#class_partitioning_1a44886fc5c7320a07cc42171ce9581fec)| Reads and unpacks the MBR partition information and returns a list of partitions it can find on the drive |
631
+
|[`readPartitions`](#class_partitioning_1affe78fdf2a8a5f8324668de3353b402d)| Reads and unpacks the MBR partition information and returns a list of partitions it can find on the drive |
623
632
624
633
## Members
625
634
@@ -653,7 +662,7 @@ Partitions the BlockDevice according to the partitioning schemme given by the ve
0 commit comments