-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Does not connect to open wifi #22
Comments
If it returns |
i'm having the exact issue when using an open network. The web form wont let me pass without a password saying "Please fill this field" and i cannot continue.
*Edit:
|
index.html need to be:
AND in the startup.py as mentioned in line 154:
|
There is no place in the flask site to indicate the AP is open. It will accept any password but will not connect to the AP.
I am assuming this would require:
Anything I missed? I can take a shot at this if that these are the only changes needed.
The text was updated successfully, but these errors were encountered: