MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
9:c2a0b8f2d7f6
Parent:
7:cca3a2adb6b8
Child:
15:04b77b0952ea
--- a/Definitions.h	Fri Feb 28 05:20:43 2014 +0000
+++ b/Definitions.h	Fri Feb 28 20:38:35 2014 +0000
@@ -57,8 +57,8 @@
 //#define ENDPOINT_GPS_COORDS "65.020071,25.467880"  // home
 
 // 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