Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
176:3c86e0cf7e21
Parent:
175:d17460899bc9
Child:
178:670bd170f3eb
--- a/CommonDefinitions.h	Thu Aug 28 21:08:34 2014 +0000
+++ b/CommonDefinitions.h	Fri Aug 29 03:41:01 2014 +0000
@@ -83,7 +83,7 @@
 #define EXTERNAL_LINKAGE_UNSET      "id:0"                          // IOC linkage not set
 
 // Salesforce Case generation (Status Report)
-#define SF_STATUS_REPORTING         false                           // true - enable, false - disable
+#define SF_STATUS_REPORTING         true                           // true - enable, false - disable
 
 // ----------------- Status Reporting TUNABLES -----------------