Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
103:ede6611e064e
Parent:
101:dbcd3bc51758
Child:
106:c61f0d62b625
--- a/config/ConfigParser.cpp	Fri May 08 12:20:50 2015 +0000
+++ b/config/ConfigParser.cpp	Fri May 08 13:03:41 2015 +0000
@@ -8,6 +8,7 @@
         Token tok;
         ptrPF = &ConfigParser::parseKey;
         parseOK = true;
+        dict.clear();
         for (const char*p = buf; *p;) {
                 p = lexConfig(p, tok);
                 (this->*ptrPF)(tok);