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

Commit 0d11b02

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 5ec04e3 commit 0d11b02

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,9 +2024,6 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
20242024
2. Add support to more Ethernet / WiFi shield
20252025
3. Add support to more STM32 boards.
20262026
4. Add support to File using STM32-SD or STM32-FS
2027-
5. Fix issue with slow browsers or network
2028-
6. Add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`
2029-
7. 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](https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/pull/8)
20302027

20312028

20322029
## DONE
@@ -2038,7 +2035,9 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
20382035
5. Add Authentication support (MD5, SHA1).
20392036
6. Add support to **Ethernet LAN8720** using [STM32Ethernet library](https://github.com/stm32duino/STM32Ethernet), for boards such as **Nucleo-144 (F429ZI, NUCLEO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG), Discovery (DISCO_F746NG)** and **STM32F4 boards (BLACK_F407VE, BLACK_F407VG, BLACK_F407ZE, BLACK_F407ZG, BLACK_F407VE_Mini, DIYMORE_F407VGT, FK407M1)**. Tested on **STM32F4 BLACK_F407VE**.
20402037
7. Add Table-of-Contents and Version String
2041-
2038+
8. Fix issue with slow browsers or network
2039+
9. Add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`
2040+
10. 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](https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/pull/8)
20422041

20432042
---
20442043
---

0 commit comments

Comments
 (0)