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

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Mar 27 01:39:11 2014 +0000
Parent:
182:4a1feb2191cb
Child:
184:8b194a150b3f
Commit message:
updates

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Thu Mar 27 01:09:37 2014 +0000
+++ b/Definitions.h	Thu Mar 27 01:39:11 2014 +0000
@@ -49,7 +49,7 @@
     #undef LIGHT_NAME
     #undef ENDPOINT_GPS_COORDS
     #define LIGHT_NAME              "light-mqtt-%d0"              // name of each light in this endpoint
-    #define ENDPOINT_GPS_COORDS     "-115.143470 36.131916"     // golf course -115.143470 36.131916 
+    #define ENDPOINT_GPS_COORDS     "-115.148713 36.133672"       // golf course -115.143470 36.131916 
 #endif
 
 // MBED doesnt have a good notion of time - so we code it here