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

Releases: khoih-prog/AsyncWebServer_WT32_ETH01

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

11 Nov 02:05
ce6fa78
Compare
Choose a tag to compare

Releases v1.6.2

  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.6.1 to not use memmove() and not destroy original CString

05 Oct 16:52
99a2109
Compare
Choose a tag to compare

Releases v1.6.1

  1. Don't need memmove(), CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11

v1.6.0 to save heap when sending large data

04 Oct 05:16
d901ee5
Compare
Choose a tag to compare

Releases v1.6.0

  1. Support using CString to save heap to send very large data. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8
  2. Add multiple examples to demo the new feature

v1.5.0 to fix AsyncWebSocket bug

01 Oct 18:35
e843031
Compare
Choose a tag to compare

Releases v1.5.0

  1. Fix AsyncWebSocket bug

v1.4.1 to fix bug in examples to reduce connection time

29 Nov 06:31
d76d018
Compare
Choose a tag to compare

Releases v1.4.1

  1. Fix bug in examples to reduce connection time

v1.4.0 to auto detect ESP32 core and to display compiler `#warning` only when DEBUG_LEVEL is 3+

28 Nov 01:00
e289609
Compare
Choose a tag to compare

Releases v1.4.0

Warning: Releases v1.4.0+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6-.
  1. Auto detect ESP32 core
  2. Renew examples
  3. Display compiler #warning only when DEBUG_LEVEL is 3+

v1.3.0 to be compatible either with breaking ESP32 core v2.0.0+ or core v1.0.6-

24 Oct 00:37
bd03559
Compare
Choose a tag to compare

Releases v1.3.0

Warning: Releases v1.3.0+ can be used for either ESP32 core v2.0.0+ or v1.0.6-. Default is v2.0.0+ now
  1. Making compatible either with breaking core v2.0.0+ or core v1.0.6-
  2. Renew examples

v1.2.5 to update `platform.ini` and `library.json`

09 Oct 20:09
e85bc6f
Compare
Choose a tag to compare

Releases v1.2.5

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

Release v1.2.4 to use with new ESP32 core v2.0.0-rc1+ and mbed TLS v2.7.0+

03 Aug 02:42
8b07a79
Compare
Choose a tag to compare

Releases v1.2.4

  1. Fix library compile error with ESP32 core v2.0.0-rc1+. Check Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970
  2. Verify compatibility with new ESP32 core v2.0.0-rc1+

Release v1.2.3 to port ESPAsyncWebServer Library to WT32_ETH01 boards using built-in LAN8720A Ethernet.

18 Jul 04:11
ac46cf2
Compare
Choose a tag to compare

Releases v1.2.3

  1. Initial coding to port ESPAsyncWebServer to WT32_ETH01 boards using builtin LAN8720A Ethernet.
  2. Add more examples.
  3. Add debugging features.
  4. Bump up to v1.2.3 to sync with ESPAsyncWebServer v1.2.3.