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:
222:b8acc55cfb0f
Parent:
221:863be42b21f5
Child:
225:48327ca52865
--- a/Definitions.h	Wed Jul 16 17:31:57 2014 +0000
+++ b/Definitions.h	Thu Jul 17 17:05:05 2014 +0000
@@ -71,8 +71,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