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:
247:a0e09c7934f5
Parent:
246:f890cc8aed31
Child:
249:bc6933c5022f
--- a/Definitions.h	Tue Jul 01 20:13:36 2014 +0000
+++ b/Definitions.h	Tue Jul 01 20:17:15 2014 +0000
@@ -39,9 +39,9 @@
 #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
+#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"
@@ -50,9 +50,9 @@
 #undef GW_IPADDRESS
 #undef IOC_HOST_NAME
 #undef MQTT_HOSTNAME
-#define GW_IPADDRESS                "192.168.1.220"                // Gateway Broker
-#define IOC_HOST_NAME               "193.60.130.112"               // IOC Web - iocweb.bcu.ac.uk
-#define MQTT_HOSTNAME               "193.60.130.110"               // IOC MQTT Broker Host - iocana.bcu.ac.uk
+#define GW_IPADDRESS                "192.168.1.220"               // Gateway Broker
+#define IOC_HOST_NAME               "193.60.130.112"              // IOC Web - iocweb.bcu.ac.uk
+#define MQTT_HOSTNAME               "193.60.130.110"              // IOC MQTT Broker Host - iocana.bcu.ac.uk
 
 // Philips Light Config
 #define PL_ENABLE                   false                         // true - enable for endpoint light, false - disable