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

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

30 Jan 20:43
aa173e7
Compare
Choose a tag to compare

Release v1.5.0

  1. Fix _catchAllHandler not working bug. Check catchAll handler not working #12
  2. Improve README.md so that links can be used in other sites, such as PIO

v1.4.2 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`

11 Nov 06:27
9d239e1
Compare
Choose a tag to compare

v1.4.1 to not use memmove() and not destroy original CString

05 Oct 04:19
6d44b65
Compare
Choose a tag to compare

Releases v1.4.1

  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

03 Oct 14:25
19f2546
Compare
Choose a tag to compare

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
  2. Add multiple examples to demo the new feature

v1.3.0 to fix issue with slow browsers or network

26 Sep 04:56
8297aa2
Compare
Choose a tag to compare

v1.2.1 to fix authenticate issue caused by **libb64**

12 Jan 19:47
cf63247
Compare
Choose a tag to compare

Releases v1.2.1

  1. Fix authenticate issue caused by libb64

v1.2.0 to fix crashing issue in mbed_portenta v2.6.1+

08 Dec 04:56
032e0b3
Compare
Choose a tag to compare

Releases v1.2.0

  1. 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`

13 Oct 00:47
e7d30f3
Compare
Choose a tag to compare

Releases v1.1.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

v1.1.0 to add support to Murata WiFi

09 Oct 00:36
66e2968
Compare
Choose a tag to compare

Releases v1.1.0

  1. 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

08 Oct 01:14
139e34b
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core and Vision-shield Ethernet