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:
290:28094a495bde
Parent:
283:6821d9e35fb8
--- a/Definitions.h	Fri Sep 19 04:49:49 2014 +0000
+++ b/Definitions.h	Fri Sep 19 05:41:27 2014 +0000
@@ -31,12 +31,15 @@
 #define CELLULAR_NETWORK                true                      // true - use cellular network, false - use ethernet (cannot co-exist together)
 //#define CELLULAR_DEBUG                  true                      // true - debug enabled, undef - no
 
+// Multitech Temp Probe customization
+//#define MULTITECH_TEMP_PROBE            true                // true - on, undef - off
+
 // 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
 
 // special behavior for APM CopCar - steady state on/off for blinking
-#define APM_COPCAR_ENABLE               true                      // true - enabled, (undef) - disabled
+//#define APM_COPCAR_ENABLE               true                      // true - enabled, (undef) - disabled
 
 // APM Demo Light Configuration
 //#define APM_LIGHT_ENABLE            false                            // true - enable APM Demo light, undef - disable