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:
246:f890cc8aed31
Parent:
245:621d503bbb8f
Child:
247:a0e09c7934f5
--- a/Definitions.h	Tue Jul 01 20:02:42 2014 +0000
+++ b/Definitions.h	Tue Jul 01 20:13:36 2014 +0000
@@ -38,6 +38,11 @@
 // include common definitions
 #include "CommonDefinitions.h"
 
+// Turn all these on for cellular 
+#define EH_USE_MUTEXES              true                            // true - yes, undef - no
+#define NETWORK_MUTEX               true                            // true - yes, undef - no
+#define ENABLE_THREADS              true                            // true - yes, undef - no
+
 // MQTT specific support
 #include "MQTTDefinitions.h"