update qcloud sdk
1. iot-hub sdk update to 3.2.0 2. iot-explorer update to 3.1.1
This commit is contained in:
@@ -40,7 +40,7 @@ extern "C" {
|
||||
#define MAX_CONN_ID_LEN (6)
|
||||
|
||||
/* Max number of topic subscribed */
|
||||
#define MAX_MESSAGE_HANDLERS (10)
|
||||
#define MAX_MESSAGE_HANDLERS (20)
|
||||
|
||||
/* Max number in repub list */
|
||||
#define MAX_REPUB_NUM (20)
|
||||
|
@@ -81,7 +81,7 @@ void utils_md5_process(iot_md5_context *ctx, const unsigned char data[64]);
|
||||
* @brief Output = MD5( input buffer )
|
||||
*
|
||||
* @param input data input
|
||||
* @param ilen data length
|
||||
* @param ilen data lenght
|
||||
* @param output MD5 result
|
||||
*/
|
||||
void utils_md5(const unsigned char *input, size_t ilen, unsigned char output[16]);
|
||||
|
Reference in New Issue
Block a user