-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uMQTT Broker Arduino IDE how to set user and Password?? #55
Comments
Hi! I was trying an adaptation from this answer but I have a strange behaviour. Using this piece of code the authentication works but if client change the password the broker won't accept the connection even with right password. However after an ESP reset the broker allows client connection.
Could you @puskyer tell us if you have solved your problem? Best regards. |
Hello @FernandoGarcia Sorry I abandoned my project a few years ago, since then I no longer have the code, so I am not sure if it was solved in any of my changes. Cheers, |
Ok, thanks! |
FYI, you may wish to look at the esp-mqtt code. Good luck, |
Hi,
how can i set a User and Password after myBroker.init();
like myBroker.setUserPwd("Name", "Password");
Thanks for support
Greets Olli
The text was updated successfully, but these errors were encountered: