esp32FOTA icon indicating copy to clipboard operation
esp32FOTA copied to clipboard

Async HTTP Get

Open fbritop opened this issue 2 years ago • 1 comments

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

fbritop avatar Feb 09 '23 15:02 fbritop

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.

tobozo avatar Feb 09 '23 15:02 tobozo