Add basic file copying + add file delete wait timer

This commit is contained in:
Such Meme, Many Skill
2019-12-10 22:46:34 +01:00
parent fd74812d2b
commit e837e2e6ed
4 changed files with 101 additions and 22 deletions

View File

@@ -49,9 +49,10 @@
---------------------------------------------------------------------------*/
PARTITION VolToPart[2] = {
PARTITION VolToPart[] = {
{0, 1},
{1, 1}
{1, 1},
{1, 2}
};
#if FF_DEFINED != 86604 /* Revision ID */

View File

@@ -163,12 +163,12 @@
/ Drive/Volume Configurations
/---------------------------------------------------------------------------*/
#define FF_VOLUMES 2
#define FF_VOLUMES 3
/* Number of volumes (logical drives) to be used. (1-10) */
#define FF_STR_VOLUME_ID 1
#define FF_VOLUME_STRS "sd", "emmc"
#define FF_VOLUME_STRS "sd", "system", "user"
/* FF_STR_VOLUME_ID switches support for volume ID in arbitrary strings.
/ When FF_STR_VOLUME_ID is set to 1 or 2, arbitrary strings can be used as drive