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:
48:d5e21301543e
Parent:
47:89ae46d5c466
Child:
49:ac0ba9d54ebc
--- a/main.cpp	Thu Jul 24 23:32:53 2014 +0000
+++ b/main.cpp	Fri Jul 25 20:16:32 2014 +0000
@@ -31,7 +31,7 @@
     DeviceIO io(gps);
     io.lcdPrint("DEVICE INIT");
     
-    if (io.resetButtonPressed()) {
+    /*if (io.resetButtonPressed()) {
         puts("Resetting program.");
         res = mdm.delFile("001_CREDENTIALS");
         if (res < 0) {
@@ -42,7 +42,7 @@
             io.lcdPrint("CREDENTIAL RESET", "SUCCESS", "PLEASE RESTART DEVICE");
         }
         return 0;
-    }
+    }*/
 
     io.lcdPrint("IMEI", devStatus.imei);