INI File by Steve Marple

Status
Not open for further replies.
My objective is to read values from the SD card using INIfile from Steve Marple.
The 3 values I am needing to read will be (apikey, ipaddress, updatetime). I can build the .ini file, as it is very easy.

apikey (This will be a String. example: "52Frb5!*")
ipaddress (example: 192.168.1.62)
updatetime (example: 10)

My problem is extracting those values from the SD card and storing them in their appropriate data types as variables.
I need to use these variables for settings in the app. The idea is that apikey, ipaddress, updatetime can be changed on the SD card in the config.ini file. Re-inserted and it will update the settings on apikey, ipaddress, updatetime for the unit.
 
Status
Not open for further replies.
Back
Top