Skip to content

Commit 6ca7b23

Browse files
committed
Set 'spiffs' as default label for FS partition on CORE 'everslick'.
1 parent 34ad8fd commit 6ca7b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/FFat/src/FFat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#define FFAT_WIPE_QUICK 0
2121
#define FFAT_WIPE_FULL 1
22-
#define FFAT_PARTITION_LABEL "ffat"
22+
#define FFAT_PARTITION_LABEL "spiffs"
2323

2424
namespace fs
2525
{

0 commit comments

Comments
 (0)