portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
43:eff77697d88c
Parent:
42:104746744af8
Child:
46:f6976fd64387
--- a/DeviceBootstrap.cpp	Thu Jul 24 14:17:07 2014 +0000
+++ b/DeviceBootstrap.cpp	Thu Jul 24 14:38:48 2014 +0000
@@ -58,7 +58,7 @@
     uint8_t ret;
     const char *id;
     
-    id = _deviceInfo.imsi();
+    id = _deviceInfo.imei();
     printf("Starting device bootstrap with '%s'\n", id);
     
     ComposedRecord record;