-
Notifications
You must be signed in to change notification settings - Fork 131
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
Unable to auth wifi with +32 chars #32
Comments
Hi sirovermark, Yes, you are right. The password is limited to 32 characters. Basically this is just a define in another library used: iotwebconf. There in file iotwebconfsettings.h at line 25 the following is defined:
This should be resolved in the library but for now I added a define to the build to support passwords up to 63 characters. Regards, Rene |
Hi @rzeldent , I'm unable to build it using the new code. I've cleaned everything before running it and I've tried many times:
No problems with the main one, of course :) Thank you! |
Hi sirovermark, Was a typo. Should compile now... |
Looks good @rzeldent !! :) I have now been able to log into the WIFI using a long password. Thank you so much for your fast response! |
Nice. I will merge it for the other users and made a bug report for the library. Thanks for confirming. |
Hi guys,
I can't authenticate to my AP when the WiFi password is longer than 32 characters:
I've tried to remove all the characters of the same password until ending with 32 and it works perfectly.
If it's impossible to fix this and reach the maximum length (63 characters), I think this should be documented somewhere :)
Thanks for your work!
The text was updated successfully, but these errors were encountered: