Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
116:5de54f09f754
Parent:
112:3872569be2af
Child:
119:f85151fa1a8a
--- a/main.cpp	Mon May 18 09:29:12 2015 +0000
+++ b/main.cpp	Wed May 20 09:55:49 2015 +0000
@@ -139,7 +139,7 @@
         if (p) {
             snprintf(s, sizeof(s), "%.*s-%.*s", 3, p, getMNCLen(p), p+3);
         }
-        LCDDisplay::inst().setLines("Wrong APN Settting", "MCC-MNC:", s);
+        LCDDisplay::inst().setLines("Unknown APN Settting", "MCC-MNC:", s);
         shutdown();
         return 4;
     }