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:
47:fa96ddc36f04
Parent:
46:1041f7efee73
Child:
49:83735dd5a981
--- a/CommonDefinitions.h	Sat Mar 01 16:10:08 2014 +0000
+++ b/CommonDefinitions.h	Sat Mar 01 17:01:46 2014 +0000
@@ -24,7 +24,7 @@
 
 // Resource Configuration
 #define RESOURCE_NAME_LEN           32             // Resource name max length
-#define RESOURCE_VALUE_LEN          32             // Resource value max length
+#define RESOURCE_VALUE_LEN          64             // Resource value max length
 
 // Number of Resources our Endpoint has
 #define NUM_RESOURCES               16