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

Files at this revision

API Documentation at this revision

Comitter:
Cumulocity
Date:
Thu Jul 24 14:52:44 2014 +0000
Parent:
44:e34e48130533
Child:
46:f6976fd64387
Commit message:
add display output

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;
     }