MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
94:0159f907859b
Parent:
90:b71b8107bf4b
Child:
96:1f20bd8eb24e
--- a/Definitions.h	Tue Mar 11 16:57:33 2014 +0000
+++ b/Definitions.h	Tue Mar 11 17:23:02 2014 +0000
@@ -77,8 +77,8 @@
 #define IOC_RESPONSE_FAILED         "FAILED"
 
 // TEMP - until we get HTTPS with BasicAuth working in MBED...
-//#define GW_IPADDRESS                "192.168.1.191"     // work
-#define GW_IPADDRESS                "10.1.0.27"         // home
+#define GW_IPADDRESS                "192.168.1.191"     // work
+//#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