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

Commit 4fdbf10

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) and [All memmove() removed - string no longer destroyed #11](khoih-prog/Portenta_H7_AsyncWebServer#11) 2. Add multiple examples to demo the new feature
1 parent 0c7a012 commit 4fdbf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ MQTT Message receive [Teensy41_Pub] Hello from MQTT_ThingStream on TEENSY 4.1 wi
15501550

15511551
#### 6. Async_AdvancedWebServer_MemoryIssues_Send_CString on Teensy4.1 QNEthernet
15521552

1553-
Following is the debug terminal and screen shot when running example [Async_AdvancedWebServer_MemoryIssues_Send_CString](examples/Async_AdvancedWebServer_MemoryIssues_Send_CString), on `ESP8266_NODEMCU_ESP12E with ESP8266_W5500 Ethernet`, to demonstrate the new and powerful `HEAP-saving` feature
1553+
Following is the debug terminal and screen shot when running example [Async_AdvancedWebServer_MemoryIssues_Send_CString](examples/Async_AdvancedWebServer_MemoryIssues_Send_CString), on `Teensy4.1 QNEthernet`, to demonstrate the new and powerful `HEAP-saving` feature
15541554

15551555

15561556
##### Using CString ===> smaller heap (61,440 bytes) for 40,000-byte buffer

0 commit comments

Comments
 (0)