MBED MQTT Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
232:40c0dba362a6
Parent:
222:d1889af2bb23
Child:
234:4cae2df7ab43
--- a/Definitions.h	Fri Apr 11 17:17:54 2014 +0000
+++ b/Definitions.h	Sat Apr 12 06:35:30 2014 +0000
@@ -57,7 +57,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