libretiny-eu / libretiny

PlatformIO development platform for IoT modules
http://docs.libretiny.eu/
MIT License
383 stars 55 forks source link

Support for ArduinoOTA #172

Open VinceW31 opened 10 months ago

VinceW31 commented 10 months ago

Enhancement request

Can ArduinoOTA be supported in the future please, or is it a hardware issue?

kuba2k2 commented 10 months ago

OTA is supported, you can write code that downloads a file from HTTP (using WifiClient) and fetch that to the Update library to flash the firmware file. The files used are UF2 files.