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 ESP32_S2/C3 & LwIP Ethernet
Browse files Browse the repository at this point in the history
### Releases v2.5.0

1. Add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
  • Loading branch information
khoih-prog authored Dec 21, 2022
1 parent e2594b0 commit afacc0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
* [ 2. AsyncHTTPSRequest_ESP32_SC_ENC using ESP32S3_DEV with ESP32_S3_ENC28J60](#2-AsyncHTTPSRequest_ESP32_SC_ENC-using-ESP32S3_DEV-with-ESP32_S3_ENC28J60)
* [ 3. AsyncHTTPSRequest_ESP32_W5500 using ESP32_DEV with ESP32_W5500](#3-AsyncHTTPSRequest_ESP32_W5500-using-ESP32_DEV-with-ESP32_W5500)
* [ 4. AsyncHTTPSRequest_ESP32_ENC using ESP32_DEV with ESP32_ENC28J60](#4-AsyncHTTPSRequest_ESP32_ENC-using-ESP32_DEV-with-ESP32_ENC28J60)
* [ 5. AsyncHTTPSRequest_ESP32_SC_W5500 using ESP32C3_DEV with ESP32_C3_W5500](#5-AsyncHTTPSRequest_ESP32_SC_W5500-using-ESP32C3_DEV-with-ESP32_C3_W5500)
* [ 6. AsyncHTTPSRequest_ESP32_SC_ENC using ESP32C3_DEV with ESP32_C3_ENC28J60](#6-AsyncHTTPSRequest_ESP32_SC_ENC-using-ESP32C3_DEV-with-ESP32_C3_ENC28J60)
* [ 7. AsyncHTTPSRequest_ESP32_SC_W5500 using ESP32S2_DEV with ESP32_S2_W5500](#7-AsyncHTTPSRequest_ESP32_SC_W5500-using-ESP32S2_DEV-with-ESP32_S2_W5500)
* [Debug](#debug)
* [Troubleshooting](#troubleshooting)
* [Issues](#issues)
Expand Down

0 comments on commit afacc0e

Please sign in to comment.