File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 190
190
#define USE_STATUS_LED
191
191
#define STATUS_LED_PIN LED_BUILTIN
192
192
//------------- Adafruit SDfat Fork configuration -------------//
193
- // #define USE_BLOCK_DEVICE_INTERFACE 1
194
- // #define FAT12_SUPPORT 1
193
+ #define USE_BLOCK_DEVICE_INTERFACE 1
194
+ #define FAT12_SUPPORT 1
195
195
//#define SDFAT_FILE_TYPE 1
196
196
//#define USE_SPI_ARRAY_TRANSFER 1
197
197
//#define USE_UTF8_LONG_NAMES 1
204
204
//#ifdef USE_BLOCK_DEVICE_INTERFACE
205
205
//#undef USE_BLOCK_DEVICE_INTERFACE
206
206
//#endif
207
- // #define USE_BLOCK_DEVICE_INTERFACE 1
207
+ #define USE_BLOCK_DEVICE_INTERFACE 1
208
208
//#ifdef FAT12_SUPPORT
209
209
//#undef FAT12_SUPPORT
210
210
//#endif
211
- // #define FAT12_SUPPORT 1
211
+ #define FAT12_SUPPORT 1
212
212
//#ifdef SDFAT_FILE_TYPE
213
213
//#undef SDFAT_FILE_TYPE
214
214
//#endif
You can’t perform that action at this time.
0 commit comments