esp_vfs_fat_spiflash_unmount_ro() function
Unmount FAT filesystem and release resources acquired using esp_vfs_fat_spiflash_mount_ro
Arguments
base_path
path where partition should be registered (e.g. "/spiflash")
partition_label
label of partition to be unmounted
Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if esp_vfs_fat_spiflash_mount_ro hasn't been called
Examples
esp_vfs_fat_spiflash_unmount_ro() is referenced by 1 libraries and example projects: