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

Writing to File #17

Open vrmadishetty opened 3 years ago

vrmadishetty commented 3 years ago

Greetings.

Thanks for well formatted code. I converted the code according to my FatFs as mentioned. Everything working perfect.

Only issue is, I am unable to put value and string with the functions ini_putl & ini_puts in config file. After using the ini_puts, the other files inside the sd card are renamed with different format. Attached image for your reference. ini_puts

Also, as per the document I have not defined the read-only in the header.

Suggest me where I am going wrong.