portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
45:5d8feae26fe3
Parent:
42:104746744af8
Child:
46:f6976fd64387
--- a/main.cpp	Thu Jul 24 14:47:24 2014 +0000
+++ b/main.cpp	Thu Jul 24 14:52:44 2014 +0000
@@ -31,7 +31,7 @@
     apndb_t *apn = apndb_get(devStatus.imsi);
     if (apn == NULL) {
         puts("No APN found. Stop.");
-        io.lcdPrint("NO APN FOUND");
+        io.lcdPrint("NO APN FOUND", devStatus.imsi);
         return 1;
     }