From e95ecd500d7a7c6d0fcc4254026ac1f316614016 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:40:30 -0500 Subject: [PATCH] v2.5.0 for `LwIP W6100` and fix bugs ### Releases v2.5.0 1. Add support to ESP32 boards using `LwIP W6100 Ethernet` 2. Fix bug of wrong `reqStates`. Check [Callback behavior buggy #19](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/19) 3. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/21) 4. Improve `README.md` so that links can be used in other sites, such as `PIO` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5590ba6..470fcf1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ * [10. AsyncHTTP_HTTPSRequest_ESP on ESP32_DEV](#10-AsyncHTTP_HTTPSRequest_ESP-on-ESP32_DEV) **New** * [11. AsyncHTTPSRequest_ESP32_ENC using ESP32_DEV with ESP32_ENC28J60](#11-AsyncHTTPSRequest_ESP32_ENC-using-ESP32_DEV-with-ESP32_ENC28J60) **New** * [12. AsyncHTTPSRequest_ESP32_W5500 using ESP32_DEV with ESP32_W5500](#12-AsyncHTTPSRequest_ESP32_W5500-using-ESP32_DEV-with-ESP32_W5500) **New** - * [13. AsyncHTTPSRequest_ESP32_W6100 using ESP32_DEV with ESP32_W6100](#13-AsyncHTTPSRequest_ESP32_6100-using-ESP32_DEV-with-ESP32_W6100) **New** + * [13. AsyncHTTPSRequest_ESP32_W6100 using ESP32_DEV with ESP32_W6100](#13-AsyncHTTPSRequest_ESP32_W6100-using-ESP32_DEV-with-ESP32_W6100) **New** * [Debug](#debug) * [Troubleshooting](#troubleshooting) * [Issues](#issues)