This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet
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`
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`
Latest
Releases v2.7.0
- Fix wrong
reqStates
bug. Check Callback behavior buggy #19 - Fix
_parseURL()
bug. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
v2.6.0 to add support to `ESP32` and `ESP32S2/S3/C3` boards using `LwIP W6100 Ethernet`
Releases v2.6.0
- Add support to
ESP32
andESP32S2/S3/C3
boards usingLwIP W6100 Ethernet
v2.5.0 to add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
Releases v2.5.0
- Add support to
ESP32S2/C3
boards usingLwIP W5500 or ENC28J60 Ethernet
v2.4.0 for `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`
Releases v2.4.0
- Initial coding to port AsyncHTTPSRequest_Generic to
ESP32/S2/S3/C3
boards usingLwIP W5500 / ENC28J60 / LAN8720 Ethernet
- Use
allman astyle
- Sync with AsyncHTTPSRequest_Generic v2.4.0