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

Latest commit

 

History

History
50 lines (31 loc) · 2.47 KB

changelog.md

File metadata and controls

50 lines (31 loc) · 2.47 KB

AsyncHTTPSRequest_ESP32_Ethernet Library

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

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v2.7.0

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

Releases v2.6.0

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

Releases v2.5.0

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

Releases v2.4.0

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