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

Latest commit

 

History

History
49 lines (30 loc) · 2.34 KB

changelog.md

File metadata and controls

49 lines (30 loc) · 2.34 KB

AsyncHTTPRequest_ESP32_Ethernet Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.15.0

  1. Fix _parseURL() bug. Check Bug with _parseURL() #21
  2. Improve README.md so that links can be used in other sites, such as PIO

Releases v1.14.0

  1. Add support to ESP32 and ESP32S2/S3/C3 boards using LwIP W6100 Ethernet

Releases v1.13.0

  1. Add support to ESP32S2/C3 boards using LwIP W5500 or ENC28J60 Ethernet

Releases v1.12.0

  1. Initial coding to port AsyncHTTPRequest_Generic to ESP32/S2/S3/C3 boards using LwIP W5500 / ENC28J60 / LAN8720 Ethernet
  2. Use allman astyle
  3. Sync with AsyncHTTPRequest_Generic v1.12.0