MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
104:99682991b585
Parent:
102:36b8e2f5f416
Child:
109:975a8b978e51
--- a/Definitions.h	Wed Mar 12 20:08:31 2014 +0000
+++ b/Definitions.h	Wed Mar 12 23:09:31 2014 +0000
@@ -26,8 +26,8 @@
 #include "CommonDefinitions.h"
 
 // Until we get HTTPS with BasicAuth working in MBED...
-#define GW_IPADDRESS                "192.168.1.191"     // work
-//#define GW_IPADDRESS                "192.168.1.220"     // home - vm
+//#define GW_IPADDRESS                "192.168.1.191"     // work
+#define GW_IPADDRESS                "192.168.1.220"     // home - vm
 //#define GW_IPADDRESS                "10.1.0.27"         // home
 #define GW_REDIRECT_URL             "http://%s:8888/NSP-IOC-Gateway/IOCRestAPI"
 #define USE_GW_HTTP_REDIRECTOR      true                            // true - make http calls to IOC via GW, false - make http calls directly to IOC