portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
55:ed3a2751a2b5
Parent:
52:8f1370084268
--- a/main.cpp	Wed Sep 03 14:36:55 2014 +0000
+++ b/main.cpp	Wed Oct 01 09:36:19 2014 +0000
@@ -15,9 +15,9 @@
 /**
  * SIM GPRS login data. Leave commented out for automatic setting.
  */
-//#define SIM_APN ""
-//#define SIM_USER ""
-//#define SIM_PASS ""
+#define SIM_APN NULL
+#define SIM_USER NULL
+#define SIM_PASS NULL
 
 int main()
 {