MBED MQTT Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
244:4f0b161ef331
Parent:
242:c7292e5eadbf
Child:
245:621d503bbb8f
--- a/Definitions.h	Tue Jul 01 17:21:19 2014 +0000
+++ b/Definitions.h	Tue Jul 01 19:28:35 2014 +0000
@@ -29,9 +29,10 @@
 
 // Network Usage (default is Ethernet)
 #define CELLULAR_NETWORK                true                      // true - use cellular network, false - use ethernet (cannot co-exist together)
+//#define CELLULAR_DEBUG                  true                      // true - debug enabled, undef - no
 
 // what kind of personality we are...
-#define LIGHT_PERSONALITY               true                    // the endpoint will be a (set of) lights
+#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
 //#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
 
 // include common definitions