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

Commit

Permalink
v1.4.0 to save heap when sending large data
Browse files Browse the repository at this point in the history
### Releases v1.4.0

1. Support using `CString` in optional `SDRAM` to save heap to send `very large data`. Check [request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8](#8)
2. Add multiple examples to demo the new feature
  • Loading branch information
khoih-prog committed Oct 3, 2022
1 parent a880edb commit 19f2546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Portenta_H7_AsyncWebServer
version=1.3.0
version=1.4.0
author=Hristo Gochkov,Khoi Hoang
maintainer=Khoi Hoang <khoih.prog@gmail.com>
sentence=Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.
Expand Down

0 comments on commit 19f2546

Please sign in to comment.