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

v1.6.0 to save heap when sending large data, to add support to `favicon`, to add examples to demo the new features, to fix issue with slow browsers or network and to change license from `MIT` to `GPLv3`

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 06 Oct 23:34
· 12 commits to master since this release
0d11b02

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 functions and example Async_AdvancedWebServer_favicon to support favicon.ico
  3. Add multiple examples to demo the new feature
  4. Fix issue with slow browsers or network
  5. Change license from MIT to GPLv3 to match with original ESPAsyncWebServer license