-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
esp8266: Wifi password length limited to 32 chars #11
Comments
Do you think it is really necessary at this development level to be compliant with the standard? I think we are currently in 'reasearch'. |
Maybe I'm not the only tester who is wondering why the connection with a longer password fails? |
sent pull request to meet the standard |
tictrick
added a commit
that referenced
this issue
May 11, 2024
add JS for formular Powermeter-DropDown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wifi password length is limited to 32 chars as defined in define.h. Should be 63 to match the standard.
The text was updated successfully, but these errors were encountered: