#ifndef __APP_LIB_FS_IMPL_H #define __APP_LIB_FS_IMPL_H #include #include #include #include "esp_vfs_fat.h" #include "sdmmc_cmd.h" extern sdmmc_card_t *g_card; #define APP_FS_MOUNT_POINT "/sdcard" void app_lib_fs_init(void); #endif