Skip to content

Commit

Permalink
Use UTF8 filenames on ARM (adds 512 bytes of code)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Oct 6, 2021
1 parent 20d8fa6 commit deadee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SdFatConfig.h
Expand Up @@ -75,6 +75,7 @@
#elif defined(__arm__)
// ARM boards usually have plenty of memory
#define SDFAT_FILE_TYPE 3
#define USE_UTF8_LONG_NAMES 1
#else // defined(__AVR__) && FLASHEND < 0X8000
// All other boards.
#define SDFAT_FILE_TYPE 1
Expand Down

0 comments on commit deadee9

Please sign in to comment.