
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 250:4d37059d860d, committed 2014-07-01
- Comitter:
- ansond
- Date:
- Tue Jul 01 21:12:19 2014 +0000
- Parent:
- 249:bc6933c5022f
- Child:
- 251:132923e46d10
- Commit message:
- make copcar personality by default
Changed in this revision
Definitions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Definitions.h Tue Jul 01 21:04:41 2014 +0000 +++ b/Definitions.h Tue Jul 01 21:12:19 2014 +0000 @@ -32,8 +32,8 @@ //#define CELLULAR_DEBUG true // true - debug enabled, undef - no // what kind of personality we are... -#define LIGHT_PERSONALITY true // the endpoint will be a (set of) lights -//#define COPCAR_PERSONALITY true // the endpoint will emulate a cop car +//#define LIGHT_PERSONALITY true // the endpoint will be a (set of) lights +#define COPCAR_PERSONALITY true // the endpoint will emulate a cop car // include common definitions #include "CommonDefinitions.h"