mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Update to SdFat 2.1.1 with UTF-8 support (#8355)
This commit is contained in:
committed by
GitHub
parent
7d971fa45b
commit
a00b2d7091
@ -104,12 +104,16 @@ CORE_CPP_FILES := \
|
||||
FatLib/FatFilePrint.cpp \
|
||||
FatLib/FatFileSFN.cpp \
|
||||
FatLib/FatFormatter.cpp \
|
||||
FatLib/FatName.cpp \
|
||||
FatLib/FatVolume.cpp \
|
||||
FatLib/FatPartition.cpp \
|
||||
common/FmtNumber.cpp \
|
||||
common/FsCache.cpp \
|
||||
common/FsStructs.cpp \
|
||||
common/FsDateTime.cpp \
|
||||
common/PrintBasic.cpp \
|
||||
common/FsUtf.cpp \
|
||||
common/FsName.cpp \
|
||||
common/upcase.cpp \
|
||||
) \
|
||||
$(abspath $(LIBRARIES_PATH)/SDFS/src/SDFS.cpp) \
|
||||
$(abspath $(LIBRARIES_PATH)/SD/src/SD.cpp) \
|
||||
|
Reference in New Issue
Block a user