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

Commit

Permalink
v1.5.0 to save heap when sending large data
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
khoih-prog authored Oct 6, 2022
1 parent f1e10ec commit 4a55108
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/AsyncWebServer_Ethernet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
/////////////////////////////////////////////////////////

#ifdef ASYNCWEBSERVER_REGEX
#warning Using ASYNCWEBSERVER_REGEX
# if(_AWS_ETHERNET_LOGLEVEL_>3)
#warning Using ASYNCWEBSERVER_REGEX
#endif

#define ASYNCWEBSERVER_REGEX_ATTRIBUTE
#else
#define ASYNCWEBSERVER_REGEX_ATTRIBUTE __attribute__((warning("ASYNCWEBSERVER_REGEX not defined")))
Expand Down

0 comments on commit 4a55108

Please sign in to comment.