You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small issue that probably doesn't require a code change. Changing the default password from 'fibonacci' which also sets the WPA key when in AP mode, the new pwd needs to be at least 8 characters. The code doesn't enforce this, but an 8 char pwd is mandated by WPA. Not sure if you want to just include a warning, force an 8 character pwd, or have the code pad out the pwd to 8 chars.
The text was updated successfully, but these errors were encountered:
Originally reported by: David Myers (Bitbucket: brahmafear, GitHub: brahmafear)
Small issue that probably doesn't require a code change. Changing the default password from 'fibonacci' which also sets the WPA key when in AP mode, the new pwd needs to be at least 8 characters. The code doesn't enforce this, but an 8 char pwd is mandated by WPA. Not sure if you want to just include a warning, force an 8 character pwd, or have the code pad out the pwd to 8 chars.
The text was updated successfully, but these errors were encountered: