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

Commit 5ec04e3

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 functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico` 3. Add multiple examples to demo the new feature 4. Fix issue with slow browsers or network 5. Change license from `MIT` to `GPLv3` to match with original [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) license
1 parent d200298 commit 5ec04e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ You can access the Async Advanced WebServers @ the server IP and corresponding p
18921892

18931893
---
18941894

1895-
#### 9. Async_AdvancedWebServer_favicon on RASPBERRY_PI_PICO_W using CYW43439 WiFi
1895+
#### 9. Async_AdvancedWebServer_favicon on NUCLEO_F767ZI with LAN8742A built-in Ethernet
18961896

18971897
Following is the debug terminal when running example [Async_AdvancedWebServer_favicon](examples/Async_AdvancedWebServer_favicon) on NUCLEO_F767ZI, with LAN8742A built-in Ethernet, to demonstrate the operation of AsyncWebServer_STM32, to display `favicon.ico`, which many browsers support.
18981898

@@ -1948,7 +1948,7 @@ Out String Length=31244
19481948
.. .....
19491949
```
19501950

1951-
While using Arduino String, the HEAP usage is very large, even with smaller data. Unfortunately, we currently can't use Arduino String larger than 5,5 KBytes now.
1951+
While using Arduino String, the HEAP usage is very large, even with smaller data. Unfortunately, we currently can't use `Arduino String` larger than **5,5 KBytes** now.
19521952

19531953

19541954
#### Async_AdvancedWebServer_MemoryIssues_SendArduinoString ===> very large heap (48,716 bytes) for 5,592 bytes data

0 commit comments

Comments
 (0)