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:
50:daebff684b04
Parent:
49:83735dd5a981
Child:
53:a009aee720fe
--- a/CommonDefinitions.h	Sat Mar 01 17:15:53 2014 +0000
+++ b/CommonDefinitions.h	Sat Mar 01 19:23:41 2014 +0000
@@ -20,11 +20,12 @@
 #define _COMMON_DEFINITIONS_H_
 
 // Error Handler Log Message Length
-#define MAX_LOG_MESSAGE             1280           // maximum size of a logging message
+#define MAX_LOG_MESSAGE             900           // maximum size of a logging message
+#define TEMP_BUFFER_LEN             128            // working/temp buffer length
 
 // Resource Configuration
-#define RESOURCE_NAME_LEN           32             // Resource name max length
-#define RESOURCE_VALUE_LEN          64             // Resource value max length
+#define RESOURCE_NAME_LEN           24             // Resource name max length
+#define RESOURCE_VALUE_LEN          32             // Resource value max length
 
 // Number of Resources our Endpoint has
 #define NUM_RESOURCES               16