mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: mbed-connector-interface/mbedConnectorInterface.h
- Revision:
- 91:179b5cb420de
- Parent:
- 71:5069a202e892
- Child:
- 94:25ce0592620f
--- a/mbed-connector-interface/mbedConnectorInterface.h Wed Feb 15 16:17:09 2017 +0000 +++ b/mbed-connector-interface/mbedConnectorInterface.h Wed Mar 01 16:18:52 2017 +0000 @@ -80,7 +80,7 @@ #define MAX_CONN_URL_LENGTH 128 // Maximum Connection URL length // DynamicResource Configuration -#define MAX_VALUE_BUFFER_LENGTH 128 // largest "value" a dynamic resource may assume as a string +#define MAX_VALUE_BUFFER_LENGTH 1024 // largest "value" a dynamic resource may assume as a string (max CoAP packet length) // Logger buffer size #define LOGGER_BUFFER_LENGTH 128 // largest single print of a given debug line