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

Commit d901ee5

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,9 +1470,9 @@ You can access the Async Advanced WebServers @ the server IP and corresponding p
14701470

14711471
---
14721472

1473-
#### 8. Async_AdvancedWebServer_MemoryIssues_Send_CString on RASPBERRY_PI_PICO_W
1473+
#### 2. Async_AdvancedWebServer_MemoryIssues_Send_CString on WT32-ETH01 with ETH_PHY_LAN8720
14741474

1475-
Following is the debug terminal and screen shot when running example [Async_AdvancedWebServer_MemoryIssues_Send_CString](examples/Async_AdvancedWebServer_MemoryIssues_Send_CString) on RASPBERRY_PI_PICO_W to demonstrate the new and powerful `HEAP-saving` feature
1475+
Following is the debug terminal and screen shot when running example [Async_AdvancedWebServer_MemoryIssues_Send_CString](examples/Async_AdvancedWebServer_MemoryIssues_Send_CString), on WT32-ETH01 with ETH_PHY_LAN8720, to demonstrate the new and powerful `HEAP-saving` feature
14761476

14771477

14781478
##### Using CString ===> smaller heap (120,876 bytes)
@@ -1530,7 +1530,7 @@ Out String Length=31247
15301530
```
15311531

15321532

1533-
You can access the Async Advanced WebServers at the displayed server IP, e.g. `192.168.2.74`
1533+
You can access the Async Advanced WebServers at the displayed server IP, e.g. `192.168.2.232`
15341534

15351535
<p align="center">
15361536
<img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/Async_AdvancedWebServer_MemoryIssues_Send_CString.png">

0 commit comments

Comments
 (0)