OTA via ftp or http

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
rosenrot
Posts: 30
Joined: Mon Dec 12, 2016 9:39 pm

OTA via ftp or http

Post by rosenrot » Sat Jun 10, 2017 8:30 am

I was wondering if it would be possible to download firmware updates from a server and flashing it with those functions blockwise:

https://github.com/micropython/micropyt ... ashbdev.py

I do have a project which is in the developing/testing phase and updating multiple esps via the tools available is a bit of a pain. What other people think, is it likely to be prone to errors. Is it possible at all?

Post Reply