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

v1.4.0 to save heap when sending large data

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 03 Oct 14:25
· 31 commits to main since this release
19f2546

Releases v1.4.0

  1. Support using CString in optional SDRAM to save heap to send very large data. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8
  2. Add multiple examples to demo the new feature