IniFile
IniFile copied to clipboard
Arduino library to parse ini files.
I installed iniFile via PlatformIO (V1.3) for my ESP8266 project. Building resulted in the following error at line 389: error invalid conversion from char to uint8 t aka unsigned char...
Hi, Working on a fairly simple ini file but size or the keys may be the issue? The ini file contents: `[main] scheduler = 0 auto = 0 temperature_set =...
this should do the trick give it a try.
Hi! Thanks for your work on this library! I've been trying to use IniFile compining against SdFat instead the defaukt SD library. I've used the examples included in IniFile witout...
Hello, If I change line 423 in IniFile.cpp from: `return errorBufferTooSmall;` to `return errorNoError;` Would that result in the validate function not returning an error but instead just truncating lines...
Steve, Great tool and thank you for your contribution to the community! Are you aware of anyone making this code capable of reading *both* spifs and SD files. That is,...
Made possible the use SD_MMC library by defining PREFER_SD_MMC_LIBRARY. This is an alternative to the SPI and SD library used as default.
I add this library to a project under platform.io with Arduino framework and got a error while compiling this lib: ``` In file included from /home/michael/.platformio/packages/framework-arduinoespressif8266/libraries/SD/src/SD.h:24, from .pio/libdeps/esp12e/IniFile/src/IniFile.h:10, from .pio/libdeps/esp12e/IniFile/src/IniFile.cpp:1:...