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:
212:5b2229fbbbba
Parent:
211:3b3380fa7ecb
Child:
215:4f43da39cb76
--- a/Definitions.h	Wed Jul 16 17:32:27 2014 +0000
+++ b/Definitions.h	Thu Jul 17 17:05:22 2014 +0000
@@ -57,8 +57,10 @@
 #define PL_LIGHT_ID                     PL_LIGHT_ID_BILL         // Default light for Philips Light
 
 // Endpoint GPS Coordinates
-#define ENDPOINT_LOCATION               "Las Vegas Police Dept"  // Where this light/endpoint lives
-#define ENDPOINT_GPS_COORDS             "36.131735,-115.147683"  // Joe Brown Drive 
+//#define ENDPOINT_LOCATION               "Las Vegas Police Dept"  // Where this light/endpoint lives
+//#define ENDPOINT_GPS_COORDS             "36.131735,-115.147683"  // Joe Brown Drive 
+#define ENDPOINT_LOCATION           "ISSUU Dept - Bilbao Spain"     // Copcar location
+#define ENDPOINT_GPS_COORDS         "43.263088,-2.924114"           // Bilbao Spain 
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM