stevemarple / IniFile

Arduino library to parse ini files.
GNU Lesser General Public License v2.1
87 stars 45 forks source link

Added support for FatFileSystem (not only SD-Card) #31

Closed FlorianBaumgartner closed 2 years ago

FlorianBaumgartner commented 2 years ago

If the keyword "PREFER_FAT_FILE_SYSTEM" is defined in addition to "PREFER_SDFAT_LIBRARY", ini-Files can be opened from a locally mounted fat file system instead of an external SD-Card. This can be useful when working with Adafruits SPI-Flash library.