Martin Komon
Martin Komon
uOTA updates code written in MicroPython stored in flash; it cannot update MicroPython itself that is flashed in the MCU. It's not possible to update MicroPython from MicroPython at all...
Providing a working network/Internet connection is out of the scope of uOTA and network connection is expected before uOTA is used to check for updates. I use the `connect_wifi.py` as...
Apologies for not responding sooner. To clarify, this library cannot update MicroPython firmware to a new version - it can only update (application) code written in MicroPython. I may really...
Closing as old and non-actionable.
Closing as old and non-actionable. Please open a new issue if there are any things for me to look at, thank you.
Hi Yury, thank you for the PR. You are absolutely right on both counts; #1 is my sloppy coding/testing and #2 is my lazy coding. Before I merge the patch,...