MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

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

Revision:
226:fee4bb1c1266
Parent:
205:45e06626cb8e
Child:
228:f1cec730a3a8
--- a/Definitions.h	Fri Apr 11 17:17:20 2014 +0000
+++ b/Definitions.h	Sat Apr 12 06:35:17 2014 +0000
@@ -49,7 +49,7 @@
 
 // Endpoint GPS Coordinates/Location
 #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_GPS_COORDS         "-115.147683,36.131735"       // Joe Brown Drive 
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM