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

Commit 4dd023a

Browse files
authored
v1.5.0 to save heap when sending large data
#### Releases v1.5.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 ea8c144 commit 4dd023a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ The best and easiest way is to use `Arduino Library Manager`. Search for `AsyncW
237237
### Manual Install
238238

239239
1. Navigate to [AsyncWebServer_Ethernet](https://github.com/khoih-prog/AsyncWebServer_Ethernet) page.
240-
2. Download the latest release `AsyncWebServer_Ethernet-master.zip`.
241-
3. Extract the zip file to `AsyncWebServer_Ethernet-master` directory
242-
4. Copy the whole `AsyncWebServer_Ethernet-master` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
240+
2. Download the latest release `AsyncWebServer_Ethernet-main.zip`.
241+
3. Extract the zip file to `AsyncWebServer_Ethernet-main` directory
242+
4. Copy the whole `AsyncWebServer_Ethernet-main` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
243243

244244
### VS Code & PlatformIO:
245245

@@ -1577,7 +1577,7 @@ HTTP EthernetWebServer is @ IP : 192.168.2.188
15771577
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
15781578

15791579

1580-
##### Using CString ===> smaller heap (116,280 bytes)
1580+
##### Using CString ===> smaller heap (16,280 bytes)
15811581

15821582
```
15831583
Start Async_AdvancedWebServer_MemoryIssues_Send_CString on ESP8266_NODEMCU_ESP12E with ESP8266_W5500 Ethernet

0 commit comments

Comments
 (0)