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

Releases: khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet

v2.7.0 to fix bugs of wrong `reqStates` and `_parseURL()` and to improve `README.md` so that links can be used in other sites, such as `PIO`

01 Feb 21:13
2182473
Compare
Choose a tag to compare

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

v2.6.0 to add support to `ESP32` and `ESP32S2/S3/C3` boards using `LwIP W6100 Ethernet`

09 Jan 23:26
70e5104
Compare
Choose a tag to compare

Releases v2.6.0

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

v2.5.0 to add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`

21 Dec 19:31
afacc0e
Compare
Choose a tag to compare

Releases v2.5.0

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

v2.4.0 for `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`

17 Dec 05:36
fc07d21
Compare
Choose a tag to compare

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