Results 33 comments of Steve Marple

> I cannot understand how editting the IniFile.h and including the PREFER_SDFAT_LIBRARY macro there this would be solved. You define `PREFER_SDFAT_LIBRARY` before including IniFile.h, which affects the `mode_t` typedef, which...

The file is processed line-by-line which enables `IniFile` to work with only a small amount of RAM. The parser expects that a buffer contains an entire line. I've not tried...