A simple .ini file interface.
Dependents: Smart-WiFly-WebServer SignalGenerator WattEye X10Svr
History
Code cleanup
2020-06-11, by WiredHome [Thu, 11 Jun 2020 02:09:41 +0000] rev 28
Code cleanup
Add a blank line ahead of the section starts
2018-11-18, by WiredHome [Sun, 18 Nov 2018 04:06:59 +0000] rev 27
Add a blank line ahead of the section starts
Code cleanup
2020-04-30, by WiredHome [Thu, 30 Apr 2020 14:30:27 +0000] rev 26
Code cleanup
Correct a defect - if a section was null, but existed "[]", it would be parsed as a null, which causes it to start searching again from the beginning. Now it will exit as done.
2018-11-11, by WiredHome [Sun, 11 Nov 2018 22:56:13 +0000] rev 25
Correct a defect - if a section was null, but existed "[]", it would be parsed as a null, which causes it to start searching again from the beginning. Now it will exit as done.
Add a method to write long integers to the ini file.
2018-04-11, by WiredHome [Wed, 11 Apr 2018 00:28:03 +0000] rev 24
Add a method to write long integers to the ini file.
ReadString - now defaults as intended if the file is not found, but a default string is provided.
2018-03-31, by WiredHome [Sat, 31 Mar 2018 23:36:47 +0000] rev 23
ReadString - now defaults as intended if the file is not found, but a default string is provided.
Change the default format to version 2.
2018-03-31, by WiredHome [Sat, 31 Mar 2018 21:07:53 +0000] rev 22
Change the default format to version 2.
Removed an extraneous printf
2017-01-16, by WiredHome [Mon, 16 Jan 2017 02:09:09 +0000] rev 21
Removed an extraneous printf
Revised test cases to match API v2
2016-12-29, by WiredHome [Thu, 29 Dec 2016 20:14:04 +0000] rev 20
Revised test cases to match API v2
Tiny documentation update to clarify the Version 1 to version 2 transition.
2016-12-28, by WiredHome [Wed, 28 Dec 2016 00:24:39 +0000] rev 19
Tiny documentation update to clarify the Version 1 to version 2 transition.