increased password length

This commit is contained in:
Tijn Kooijmans
2018-02-22 15:57:25 +01:00
parent 1b0ef39255
commit 3d99122944

View File

@@ -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