Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/AsyncWebServer_Ethernet

v1.5.1 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`

12 Nov 00:58
733e67d
Compare
Choose a tag to compare

Releases v1.5.1

  1. Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use beginChunkedResponse() to send large html in chunks
  2. Use allman astyle and add utils

v1.5.0 to save heap when sending large data and to add examples to demo the new feature

06 Oct 00:29
4dd023a
Compare
Choose a tag to compare

v1.4.1 to provide AsyncWebServer support to ESP8266 boards using W5x00 / ENC28J60 Ethernet.

15 Apr 04:15
9240795
Compare
Choose a tag to compare

Releases v1.4.1

  1. Initial coding to port ESPAsyncWebServer to ESP8266 boards using W5x00 / ENC28J60 Ethernet.
  2. Add more examples.
  3. Add debugging features.
  4. Bump up to v1.4.1 to sync with AsyncWebServer_WT32_ETH01 v1.4.1.