A simple .ini file interface.

Dependents:   Smart-WiFly-WebServer SignalGenerator WattEye X10Svr

Revision:
21:a69c8ec96cb1
Parent:
20:392d1ec637eb
Child:
23:18b5f3d7ef14
--- a/IniManager.cpp	Thu Dec 29 20:14:04 2016 +0000
+++ b/IniManager.cpp	Mon Jan 16 02:09:09 2017 +0000
@@ -380,7 +380,6 @@
                                 // replace the old record
                                 if (valBuf != NULL) {
                                     fprintf(fo, "%s=%s\r\n", key, valBuf);
-                                    printf("write: %s=%s\r\n", key, valBuf);
                                     INFO("  write: %s=%s", key, valBuf);
                                 }
                             }