We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The existing README explains well the basics, but it is not a concrete guide.
What I wonder, for example, is how the WLAN connection should be set up? What about the SSID and the necessary password?
EDIT: I found https://schinckel.net/tags/yaota/ That helps a little bit...
So i start the ota from micropython with:
import ota ota.start()
So i must setup the WiFi connection first and then call ota.start() ?
ota.start()
The text was updated successfully, but these errors were encountered:
I found micropython/micropython#2535 that contains some information. Still, it'd be good if there was something easy to understand.
Sorry, something went wrong.
No branches or pull requests
The existing README explains well the basics, but it is not a concrete guide.
What I wonder, for example, is how the WLAN connection should be set up? What about the SSID and the necessary password?
EDIT: I found https://schinckel.net/tags/yaota/ That helps a little bit...
So i start the ota from micropython with:
So i must setup the WiFi connection first and then call
ota.start()
?The text was updated successfully, but these errors were encountered: