Skip to content
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

Closed
1N4148 opened this issue Apr 26, 2022 · 3 comments · Fixed by #14
Closed

esp8266: Wifi password length limited to 32 chars #11

1N4148 opened this issue Apr 26, 2022 · 3 comments · Fixed by #14
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@1N4148
Copy link

1N4148 commented Apr 26, 2022

Wifi password length is limited to 32 chars as defined in define.h. Should be 63 to match the standard.

@lumapu
Copy link
Owner

lumapu commented Apr 26, 2022

Do you think it is really necessary at this development level to be compliant with the standard? I think we are currently in 'reasearch'.
I think we can keep it open until we decide to release the software

@1N4148
Copy link
Author

1N4148 commented Apr 26, 2022

Maybe I'm not the only tester who is wondering why the connection with a longer password fails?

https://github.com/grindylow/ahoy/blob/bf8c1628973eb1dc53b2604b6a7bc1561174f004/tools/esp8266/defines.h#L42

@lumapu
Copy link
Owner

lumapu commented Apr 27, 2022

sent pull request to meet the standard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants