Function esp_idf_sys::esp_spiffs_mounted
source ยท pub unsafe extern "C" fn esp_spiffs_mounted(
partition_label: *const c_char,
) -> bool
Expand description
Check if SPIFFS is mounted
@param partition_label Optional, label of the partition to check. If not specified, first partition with subtype=spiffs is used.
@return - true if mounted - false if not mounted