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

Commit

Permalink
v2.5.0 for LwIP W6100 and fix bugs
Browse files Browse the repository at this point in the history
### 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](#19)
3. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21](#21)
4. Improve `README.md` so that links can be used in other sites, such as `PIO`
  • Loading branch information
khoih-prog committed Feb 1, 2023
1 parent 1e19909 commit e95ecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e95ecd5

Please sign in to comment.