khoih-prog / AsyncWebServer_RP2040W

Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data
GNU Lesser General Public License v3.0
23 stars 6 forks source link

request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #4

Closed khoih-prog closed 1 year ago

khoih-prog commented 1 year ago

Check for original discussion about this enhancement in

  1. request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap
  2. request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8

The contribution of @salasidis is noted in Contributions and Thanks


Release v1.2.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 multiple examples to demo the new feature
khoih-prog commented 1 year ago

Closed as completed by AsyncWebServer_RP2040W v1.2.0