mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d59fd3e529
This API was deprecated before, but without deprecation warning and migration doc. This commit added deprecation warning and migration doc to it.
10 lines
384 B
ReStructuredText
10 lines
384 B
ReStructuredText
Storage
|
|
=======
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
FatFs
|
|
-----
|
|
|
|
``esp_vfs_fat_sdmmc_unmount()`` is now deprecated, you can use :cpp:func:`esp_vfs_fat_sdcard_unmount()` instead. This API is deprecated in previous IDF versions, but without deprecation warning and migration guide. Since IDF v5.1, calling this ``esp_vfs_fat_sdmmc_unmount()`` API will generate deprecation warning.
|