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:
156:f727f668282f
Parent:
152:0b659cb24f3e
Child:
157:fe82f513e574
--- a/Definitions.h	Thu Mar 27 00:59:34 2014 +0000
+++ b/Definitions.h	Thu Mar 27 01:06:30 2014 +0000
@@ -44,6 +44,12 @@
 #define ENDPOINT_LOCATION               "Las Vegas Country Club"// Where this light/endpoint lives
 #define ENDPOINT_GPS_COORDS             "36.131258,-115.144414" // golf course 36.131258,-115.144414 
 
+// Reset our config values if needed
+#ifdef _ENDPOINT_UBLOX_PLATFORM
+    #define LIGHT_NAME              "light-nsp-10"              // name of each light in this endpoint
+    #define ENDPOINT_GPS_COORDS     "-115.143470 36.131916"     // golf course -115.143470 36.131916 
+#endif
+
 // DEBUG Hush Logging
 //#define HUSH_LOG                      true          // false - logging output, true - no logging