martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
293 stars 68 forks source link

Password length limit? #30

Closed bilogic closed 6 years ago

bilogic commented 6 years ago

Hi,

Is there a limit on the password length for mqtt_password? I'm trying to add a remote mqtt broker, it always has 1 missing character in the password after set mqtt_password

martin-ger commented 6 years ago

Max length is 31 chars. Do you need more?

bilogic commented 6 years ago

Hi, I was using io.adafruit.com and their password is fixed at 32 characters. I'm trying something else now, thought I just check to be sure. Thank you.