compuphase / minIni

A small and portable INI file library with read/write support
http://www.compuphase.com/minini.htm
Other
382 stars 114 forks source link

Handling multiple file system types #21

Open GiulioDallaVecchia opened 2 years ago

GiulioDallaVecchia commented 2 years ago

There are a lot of situations where we need to store data with a tiny file system (like SPIFFS) into an internal flash memory mounted directly in a board. There are another situations where with need to read/store ini configuration from an external SD Card.

In that case we need to be able to manage a multiple file system types in the same project.

Could be nice to add the possibility to manage multiple file system types in the same project.

What do you think about?