MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

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

Revision:
42:46cc1641800b
Parent:
37:c6c94f1b3e5d
Child:
47:081874a5d049
--- a/Definitions.h	Sat Mar 01 07:43:17 2014 +0000
+++ b/Definitions.h	Sat Mar 01 08:21:20 2014 +0000
@@ -63,8 +63,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