chrisjoyce911 / esp32FOTA

Experiments in firmware OTA updates for ESP32 dev boards
The Unlicense
354 stars 87 forks source link

Async HTTP Get #125

Closed fbritop closed 3 days ago

fbritop commented 1 year ago

Hi This is not an issue but could be an improvement. Can the library AsyncHTTPRequest_Generic be used, so that the downloading proccess does not freeze other functions while downloading in the background?

Thanks Felipe Brito

tobozo commented 1 year ago

Hi Felipe, thanks for your feedback :+1:

esp32FOTA is too deeply tied to synchronous logic to receive such improvements without a major rewrite.

Unless your firmare is zlib/gz compressed, the excellent AsyncElegantOTA library seems to be a better fit.