- Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use
beginChunkedResponse()to send largehtmlin chunks - Use
allman astyleand addutils
- Don't need
memmove(), CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11
- Support using
CStringto 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
#warningonly 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.iniandlibrary.jsonto use originalkhoih-proginstead ofkhoih.progafter 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.
