This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/Portenta_H7_AsyncWebServer
Releases · khoih-prog/Portenta_H7_AsyncWebServer
v1.5.0 to fix `_catchAllHandler` not working bug resulting no response in the browser when requesting a non-existing url
v1.5.0 to fix `_catchAllHandler` not working bug resulting no response in the browser when requesting a non-existing url
Latest
Release v1.5.0
- Fix
_catchAllHandler
not working bug. Check catchAll handler not working #12 - Improve
README.md
so that links can be used in other sites, such asPIO
v1.4.2 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`
Releases v1.4.2
- Add examples
- Ethernet Async_AdvancedWebServer_SendChunked
- Ethernet AsyncWebServer_SendChunked
- WiFi Async_AdvancedWebServer_SendChunked
- WiFi AsyncWebServer_SendChunked
to demo how to use beginChunkedResponse()
to send large html
in chunks
2. Use allman astyle
and add utils
3. Update Packages_Patches
v1.4.1 to not use memmove() and not destroy original CString
Releases v1.4.1
- Don't need
memmove()
, CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11
v1.4.0 to save heap when sending large data
Releases v1.4.0
- Support using
CString
in optionalSDRAM
to save heap to sendvery large data
. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8 - Add multiple examples to demo the new feature
v1.3.0 to fix issue with slow browsers or network
Releases v1.3.0
- Fix issue with slow browsers or network. Check Target stops responding after variable time when using Firefox on Windows 10 #3
v1.2.1 to fix authenticate issue caused by **libb64**
Releases v1.2.1
- Fix authenticate issue caused by libb64
v1.2.0 to fix crashing issue in mbed_portenta v2.6.1+
Releases v1.2.0
- Fix crashing issue in mbed_portenta v2.6.1+. To be used with Portenta_H7_AsyncTCP releases v1.3.0+
v1.1.1 to update `platform.ini` and `library.json`
Releases v1.1.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
v1.1.0 to add support to Murata WiFi
Releases v1.1.0
- Add support to Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core and
Murata WiFi
v1.0.0 to support Portenta_H7 boards using ArduinoCore-mbed mbed_portenta core and Vision-shield Ethernet
Initial Releases v1.0.0
- Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core and
Vision-shield Ethernet