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

Latest commit

 

History

History
84 lines (53 loc) · 4.22 KB

changelog.md

File metadata and controls

84 lines (53 loc) · 4.22 KB

Portenta_H7_AsyncWebServer

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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

Releases v1.4.2

  1. Add examples

to demo how to use beginChunkedResponse() to send large html in chunks

  1. Use allman astyle and add utils
  2. Update Packages_Patches

Releases v1.4.1

  1. Don't need memmove(), CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11

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

Releases v1.3.0

  1. Fix issue with slow browsers or network. Check Target stops responding after variable time when using Firefox on Windows 10 #3

Releases v1.2.1

  1. Fix authenticate issue caused by libb64

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+

Releases v1.1.1

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

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

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