This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/AsyncWebServer_WT32_ETH01
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`
v1.6.2 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`
Latest
Releases v1.6.2
- Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use
beginChunkedResponse()
to send largehtml
in chunks - Use
allman astyle
and addutils
v1.6.1 to not use memmove() and not destroy original CString
Releases v1.6.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
Releases v1.6.0
- Support using
CString
to save heap to sendvery large data
. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8 - Add multiple examples to demo the new feature
v1.5.0 to fix AsyncWebSocket bug
Releases v1.5.0
- Fix AsyncWebSocket bug
v1.4.1 to fix bug in examples to reduce connection time
Releases v1.4.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+
Releases v1.4.0
Warning: Releases v1.4.0+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6-.
- Auto detect ESP32 core
- Renew examples
- 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-
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
- Making compatible either with breaking core v2.0.0+ or core v1.0.6-
- Renew examples
v1.2.5 to update `platform.ini` and `library.json`
Releases v1.2.5
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
Release v1.2.4 to use with new ESP32 core v2.0.0-rc1+ and mbed TLS v2.7.0+
Releases v1.2.4
- 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
- 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.
Releases v1.2.3
- Initial coding to port ESPAsyncWebServer to WT32_ETH01 boards using builtin LAN8720A Ethernet.
- Add more examples.
- Add debugging features.
- Bump up to v1.2.3 to sync with ESPAsyncWebServer v1.2.3.