MBED MQTT Lighting Endpoint for NXP LPC1768+AppBoard

Dependencies:   C12832_lcd EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
83:9cdb55b03e4c
Parent:
82:4c8ab5227b7b
Child:
84:a50f8d0ec197
--- a/Definitions.h	Thu Mar 06 02:49:17 2014 +0000
+++ b/Definitions.h	Thu Mar 06 05:37:02 2014 +0000
@@ -42,9 +42,8 @@
 #define PL_LIGHT_ID                 PL_LIGHT_ID_DOUG                // Default light for Philips Light
 
 // Endpoint GPS Coordinates/Location
-#define ENDPOINT_LOCATION           "Oulo Finland"                  // Where this light/endpoint lives
-//#define ENDPOINT_GPS_COORDS         "25.492411 65.017210"           // work
-#define ENDPOINT_GPS_COORDS         "25.467880 65.020071"           // home
+#define ENDPOINT_LOCATION           "Las Vegas, Nevada"              // Where this light/endpoint lives
+#define ENDPOINT_GPS_COORDS         "115.136839 36.135278"           // near conference center 
 
 // Keyword Definitions for MQTT packets
 #define IOC_REQUEST_LOAD_ALL_VERB   "load"