Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Revision 181:ea44551c4a43, committed 2014-03-27
- Comitter:
- ansond
- Date:
- Thu Mar 27 01:06:15 2014 +0000
- Parent:
- 180:a50a4e8c9345
- Child:
- 182:4a1feb2191cb
- 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:03:52 2014 +0000 +++ b/Definitions.h Thu Mar 27 01:06:15 2014 +0000 @@ -46,8 +46,8 @@ // Reset our config values if needed #ifdef _ENDPOINT_UBLOX_PLATFORM -#define LIGHT_NAME "light-mqtt-10" // name of each light in this endpoint -#define ENDPOINT_GPS_COORDS "-115.143470 36.131916" // golf course -115.143470 36.131916 + #define LIGHT_NAME "light-mqtt-10" // name of each light in this endpoint + #define ENDPOINT_GPS_COORDS "-115.143470 36.131916" // golf course -115.143470 36.131916 #endif // MBED doesnt have a good notion of time - so we code it here