- Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use
beginChunkedResponse()
to send largehtml
in chunks - Use
allman astyle
and addutils
- Don't need
memmove()
, CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11
- 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
- Fix AsyncWebSocket bug
- Fix bug in examples to reduce connection time
- Auto detect ESP32 core
- Renew examples
- Display compiler
#warning
only when DEBUG_LEVEL is 3+
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
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
- 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+
- 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.