From 3d991229447ed6ff78e2bd0696ab05767bcc8495 Mon Sep 17 00:00:00 2001 From: Tijn Kooijmans Date: Thu, 22 Feb 2018 15:57:25 +0100 Subject: [PATCH] increased password length --- include/mqtt_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mqtt_config.h b/include/mqtt_config.h index a8dcf68..15222c4 100644 --- a/include/mqtt_config.h +++ b/include/mqtt_config.h @@ -12,7 +12,7 @@ #define MQTT_MAX_HOST_LEN 64 #define MQTT_MAX_CLIENT_LEN 32 #define MQTT_MAX_USERNAME_LEN 32 -#define MQTT_MAX_PASSWORD_LEN 64 +#define MQTT_MAX_PASSWORD_LEN 65 #define MQTT_MAX_LWT_TOPIC 32 #define MQTT_MAX_LWT_MSG 128 #define MQTT_TASK_PRIORITY 5