Releases: IPdotSetAF/ESPAsyncHTTPUpdateServer
Releases · IPdotSetAF/ESPAsyncHTTPUpdateServer
v3.0.0
- Now you can modify OTA page HTML easier.
- You can choose what is displayed to the user for update (filesystem/firmware/both)
- Events are added that you can hook onto to be notified if there is an update and what was its result
- you can abort an update using the events
What's Changed
- include working example reference by @josep11 in #17
- Customizing the OTA page by @wuhgit in #23
- added html contents as file by @IPdotSetAF in #25
- Create platformio-publish-release.yml by @IPdotSetAF in #28
- implemented ticker for reset after update by @IPdotSetAF in #29
- 21 update events by @IPdotSetAF in #30
New Contributors
- @josep11 made their first contribution in #17
- @wuhgit made their first contribution in #23
- @GitHubLionel made their first contribution in #22 and #21
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- added optional styling to update page by @IPdotSetAF in #11
Full Changelog: v1.2.0...v2.0.0
v1.2.0
v1.1.0
What's Changed
- Logging Cleanup
- Added
ESPASYNCHTTPUPDATESERVER_SerialOutputBuild Flag to let the user choose which serial port logs are written to.
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Simple HTTP Update Server for ESPAsyncWebServer(by me-no-dev).
This library lets you to update Firmware/FileSystem of ESP32/ESP8266 OTA(Over The Air) from a web page.
