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

v1.6.0 to save heap when sending large data and to add examples to demo the new feature

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 06 Oct 05:52
· 34 commits to main since this release
4fdbf10

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 and All memmove() removed - string no longer destroyed #11
  2. Add multiple examples to demo the new feature