increase maximum MQTT password length to 40

This commit is contained in:
technyon
2025-05-05 05:43:16 +02:00
parent 2f960a8372
commit de78b651c3
3 changed files with 2 additions and 3 deletions

View File

@@ -311,7 +311,6 @@ void NukiNetwork::initialize()
for(int i=0; i < len; i++)
{
_mqttPass[i] = mqttPass.charAt(i);
}
}