esp32FOTA
esp32FOTA copied to clipboard
Async HTTP Get
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
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.