Skip to content

Releases: IPdotSetAF/ESPAsyncHTTPUpdateServer

v3.0.0

01 May 23:44

Choose a tag to compare

  • 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

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

15 Jul 07:37

Choose a tag to compare

What's Changed

OTA with style

Full Changelog: v1.2.0...v2.0.0

v1.2.0

14 Jul 22:01

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Jun 13:08

Choose a tag to compare

What's Changed

  • Logging Cleanup
  • Added ESPASYNCHTTPUPDATESERVER_SerialOutput Build Flag to let the user choose which serial port logs are written to.

New Contributors

  • @cgiles made their first contribution in #6

Full Changelog: v1.0.0...v1.1.0

v1.0.0

05 Jun 20:06

Choose a tag to compare

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.