From 1b0ef3925536ca088cdea4cad76311ca0ef41a24 Mon Sep 17 00:00:00 2001 From: Tijn Kooijmans Date: Thu, 22 Feb 2018 13:16:55 +0100 Subject: [PATCH] updated config --- include/mqtt_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mqtt_config.h b/include/mqtt_config.h index 7daec77..a8dcf68 100644 --- a/include/mqtt_config.h +++ b/include/mqtt_config.h @@ -12,9 +12,9 @@ #define MQTT_MAX_HOST_LEN 64 #define MQTT_MAX_CLIENT_LEN 32 #define MQTT_MAX_USERNAME_LEN 32 -#define MQTT_MAX_PASSWORD_LEN 32 +#define MQTT_MAX_PASSWORD_LEN 64 #define MQTT_MAX_LWT_TOPIC 32 -#define MQTT_MAX_LWT_MSG 32 +#define MQTT_MAX_LWT_MSG 128 #define MQTT_TASK_PRIORITY 5 #define MQTT_TASK_STACK (6*1024) #define MQTT_KEEPALIVE_TICK (120)