MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Revision:
157:fe82f513e574
Parent:
156:f727f668282f
Child:
158:d96848db3d6a
--- a/Definitions.h	Thu Mar 27 01:06:30 2014 +0000
+++ b/Definitions.h	Thu Mar 27 01:09:52 2014 +0000
@@ -46,7 +46,9 @@
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM
-    #define LIGHT_NAME              "light-nsp-10"              // name of each light in this endpoint
+    #undef LIGHT_NAME
+    #undef ENDPOINT_GPS_COORDS
+    #define LIGHT_NAME              "light-nsp-%d0"              // name of each light in this endpoint
     #define ENDPOINT_GPS_COORDS     "-115.143470 36.131916"     // golf course -115.143470 36.131916 
 #endif