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

Latest commit

 

History

History
92 lines (56 loc) · 3.88 KB

changelog.md

File metadata and controls

92 lines (56 loc) · 3.88 KB

AsyncWebServer_WT32_ETH01

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of contents



Changelog

Releases v1.6.2

  1. Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use beginChunkedResponse() to send large html in chunks
  2. Use allman astyle and add utils

Releases v1.6.1

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

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

Releases v1.5.0

  1. Fix AsyncWebSocket bug

Releases v1.4.1

  1. Fix bug in examples to reduce connection time

Releases v1.4.0

Warning: Releases v1.4.0+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6-.
  1. Auto detect ESP32 core
  2. Renew examples
  3. Display compiler #warning only when DEBUG_LEVEL is 3+

Releases v1.3.0

Warning: Releases v1.3.0+ can be used for either ESP32 core v2.0.0+ or v1.0.6-. Default is v2.0.0+ now
  1. Making compatible either with breaking core v2.0.0+ or core v1.0.6-
  2. Renew examples

Releases v1.2.5

Warning: Releases v1.2.5- to be used for ESP32 core v1.0.6- only
  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix

Releases v1.2.4

  1. Fix library compile error with ESP32 core v2.0.0-rc1+. Check Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970
  2. Verify compatibility with new ESP32 core v2.0.0-rc1+

Releases v1.2.3

  1. Initial coding to port ESPAsyncWebServer to WT32_ETH01 boards using builtin LAN8720A Ethernet.
  2. Add more examples.
  3. Add debugging features.
  4. Bump up to v1.2.3 to sync with ESPAsyncWebServer v1.2.3.