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:
185:8a7fa652f394
Parent:
184:b73d6c976063
Child:
187:ec6d2b1e1a2a
--- a/CommonDefinitions.h	Sun Sep 14 15:10:31 2014 +0000
+++ b/CommonDefinitions.h	Mon Sep 15 04:26:04 2014 +0000
@@ -43,7 +43,7 @@
 
 // Personality Configuration
 #define NUM_PERSONALITY_INSTANCES   1                               // number of isntances of a specific personality (i.e. light) in this endpoint
-#define PERSONALITY_NAME_LEN        48                              // buffer size for the personality name
+#define PERSONALITY_NAME_LEN        24                              // buffer size for the personality name
 #define PERSONALITY_NAME_INDEX      1                               // start index for the ID of the personality name
 
 // Common Light Definition