ElegantOTA
ElegantOTA copied to clipboard
OTA updates made slick and simple for everyone!
Hi Thank you for writing this. It is nicely done and "elegant". However, I do have a suggestion. Can you please disable the writing to the Serial port. There is...
Hello, I'd like to upload a new code to an ESP32 board that uses ElegantOTA, through a phone App I'm currently writing. I guess the App should send an HTML...
See my comments in the ASYNC lib version
Is tested with ESP32 connected over ethernet? I dont see any handling with watchdog timeouts. This problem occur in previous Async ElegantOTA, see issue: https://github.com/ayushsharma82/AsyncElegantOTA/issues/33
Is there an easy way to run `ElegantOTA` in combination with https://github.com/hoeken/PsychicHttp instead of `ESPAsyncWebServer`?
Version 3.1.0 is not usable in a platformio project with strict dependency check. Thanks ;-)
Fix for progressUpdateCallback using upload.totalSize instead of upload.contentLength for a normal webserver. Async webserver already uses upload.contentLength
Hello I just wanted to start thanking you for this library, is great and really well done. I just moved from the old deprecated to the new one. I bought...
Async Demo will not compile. There is no way I could find to eliminate the conflicts. I changed the order of include files many different ways. This will not build!...
Hi `onEnd` particularly would benefit to know which update (firmware or fs) was completed.