Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.35 KB

changelog.md

File metadata and controls

55 lines (34 loc) · 2.35 KB

Portenta_H7_AsyncWebServer

arduino-library-badge GitHub release contributions welcome GitHub issues



Table of Contents



Changelog

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