We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54986f0 + 67bb09a commit 5cff10aCopy full SHA for 5cff10a
CMakeLists.txt
src/SdFatConfig.h
@@ -37,6 +37,7 @@
37
#define FAT12_SUPPORT 1
38
#define SDFAT_FILE_TYPE 1
39
#define USE_SPI_ARRAY_TRANSFER 1
40
+#define FILE_COPY_CONSTRUCTOR_SELECT FILE_COPY_CONSTRUCTOR_PUBLIC // backward compatible for libraries such as Adafruit_WavePlayer
41
42
// This option will take around 2K of flash, skip for AVR
43
#ifndef __AVR__
0 commit comments