stevemarple / IniFile

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

improvements #27

Closed gioreva closed 3 years ago

gioreva commented 3 years ago

I read that you no longer want to work on this library. But the same I tell you my idea.

It would be very nice as well.

IniFile ini("config.ini", Buffer, BufferLenght);

and

ini.getValue("enableMailOff", enableMailOff);

instead of

ini.getValue(NULL, "enableMailOff", buffer, len, enableMailOff);