-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Web workflow skip init when no password, freeing socket. Also reconnect wifi on reload. #8367
Conversation
I think this would close #7598 |
I do think so too. Adding it to the first message to have it take effect. |
https://docs.circuitpython.org/en/latest/docs/workflows.html#web will need an update |
Wifi now is auto-connecting on reload. |
If I understand correctly, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This will go in for 9.x.
@anecdata cyw43 is a persistent object we just never reset. |
If no password is passed via settings.toml, the wifi connection will occur, but the web workflow will not start at all.
This frees up a (as it turns out, very precious) socket.
Closes #7598