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

Commit 51d3fd1

Browse files
authored
v1.2.0 to save heap when sending large data
### 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](khoih-prog/Portenta_H7_AsyncWebServer#8) 2. Add multiple examples to demo the new feature
1 parent 0657ad6 commit 51d3fd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# AsyncWebServer_RP2040W
22

3+
[![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncWebServer_RP2040W.svg?)](https://www.ardu-badge.com/AsyncWebServer_RP2040W)
34
[![GitHub release](https://img.shields.io/github/release/khoih-prog/AsyncWebServer_RP2040W.svg)](https://github.com/khoih-prog/AsyncWebServer_RP2040W/releases)
45
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
56
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/AsyncWebServer_RP2040W.svg)](http://github.com/khoih-prog/AsyncWebServer_RP2040W/issues)
@@ -1818,7 +1819,7 @@ Out String Length=31247
18181819
You can access the Async Advanced WebServers at the displayed server IP, e.g. `192.168.2.74`
18191820

18201821
<p align="center">
1821-
<img src="https://github.com/khoih-prog/AsyncWebServer_RP2040W v1.2.0/blob/main/pics/Async_AdvancedWebServer_MemoryIssues_Send_CString.png">
1822+
<img src="https://github.com/khoih-prog/AsyncWebServer_RP2040W/blob/main/pics/Async_AdvancedWebServer_MemoryIssues_Send_CString.png">
18221823
</p>
18231824

18241825
---

0 commit comments

Comments
 (0)