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
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