From d7cfa5e782c215d08285716f36ded35c5c338722 Mon Sep 17 00:00:00 2001 From: balu Date: Fri, 22 Oct 2021 16:20:10 +0200 Subject: [PATCH] extend possible characters for mqtt Password --- src/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.h b/src/Config.h index 4904b11..da3e89f 100644 --- a/src/Config.h +++ b/src/Config.h @@ -7,7 +7,7 @@ namespace Config { char mqtt_server[80] = "example.tld"; char username[24] = ""; - char password[24] = ""; + char password[72] = ""; void save() { DynamicJsonDocument json(512);