MBED MQTT Lighting Endpoint for NXP Ublox (Ethernet enabled)

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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Sun Apr 13 17:10:13 2014 +0000
Parent:
227:056d4a16e83d
Child:
229:6f3accf2371e
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Sun Apr 13 16:58:26 2014 +0000
+++ b/Definitions.h	Sun Apr 13 17:10:13 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         "-115.147683,36.131735"       // Joe Brown Drive 
+#define ENDPOINT_GPS_COORDS         "-115.147683 36.131735"       // Joe Brown Drive 
 
 // Reset our config values if needed
 #ifdef _ENDPOINT_UBLOX_PLATFORM