pfalcon/yaota8266

Tutorial?!?

jedie opened this issue · 1 comments

jedie commented

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() ?

jedie commented

I found micropython/micropython#2535 that contains some information. Still, it'd be good if there was something easy to understand.