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:
111:ee9ae4a5e55c
Parent:
104:a3703ca4a4a4
Child:
113:3872569be2af
--- a/io/Storage.h	Wed May 13 15:00:24 2015 +0000
+++ b/io/Storage.h	Fri May 15 10:13:19 2015 +0000
@@ -7,7 +7,7 @@
 bool loadCredential(char *username, char *password, size_t len);
 
 /** saves credentials to persistent memory */
-bool delCredential();
+bool resetCredential();
 
 /** removes credentials from persistent memory */
 bool saveCredential(char *username, char *password, size_t len);
@@ -18,6 +18,4 @@
 /** saves configuration to persistent memory */
 bool saveConfigFile(char *cfg, size_t len);
 
-/** removes configuration from persistent memory */
-bool delConfigFile();
 #endif
\ No newline at end of file