You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
#### 1. New ESP32 using LwIP W5500 or ENC28J60 Ethernet
134
150
135
151
136
152
@@ -151,9 +167,9 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
151
167
152
168
### For ESP32_S2/S3/C3
153
169
154
-
7.[`WebServer_ESP32_SC_W5500 library 1.0.1+`](https://github.com/khoih-prog/WebServer_ESP32_SC_W5500) for `ESP32_S2/S3/C3` using W5500. To install, check [](https://www.ardu-badge.com/WebServer_ESP32_SC_W5500)
155
-
8.[`WebServer_ESP32_SC_ENC library 1.0.0+`](https://github.com/khoih-prog/WebServer_ESP32_SC_ENC) for `ESP32_S2/S3/C3` using ENC28J60. To install, check [](https://www.ardu-badge.com/WebServer_ESP32_SC_ENC)
156
-
9.[`AsyncUDP_ESP32_SC_Ethernet library 2.0.0+`](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet) for `ESP32_S2/S3/C3` using W5500 or ENC28J60. To install, check [](https://www.ardu-badge.com/AsyncUDP_ESP32_SC_Ethernet)
170
+
7.[`WebServer_ESP32_SC_W5500 library 1.2.0+`](https://github.com/khoih-prog/WebServer_ESP32_SC_W5500) for `ESP32_S2/S3/C3` using W5500. To install, check [](https://www.ardu-badge.com/WebServer_ESP32_SC_W5500)
171
+
8.[`WebServer_ESP32_SC_ENC library 1.2.0+`](https://github.com/khoih-prog/WebServer_ESP32_SC_ENC) for `ESP32_S2/S3/C3` using ENC28J60. To install, check [](https://www.ardu-badge.com/WebServer_ESP32_SC_ENC)
172
+
9.[`AsyncUDP_ESP32_SC_Ethernet library 2.1.0+`](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet) for `ESP32_S2/S3/C3` using W5500 or ENC28J60. To install, check [](https://www.ardu-badge.com/AsyncUDP_ESP32_SC_Ethernet)
157
173
158
174
---
159
175
---
@@ -350,24 +366,8 @@ You can change the `INT` pin to another one. Default is `GPIO4`
350
366
---
351
367
---
352
368
353
-
### How to connect W5500 or ENC28J60 to ESP32_S3
369
+
### How to connect W5500 or ENC28J60 to ESP32_S2/S3/C3
354
370
355
-
You can change the `INT` pin to another one. Default is `GPIO4`
<ahref="https://www.buymeacoffee.com/khoihprog6"title="Donate to my libraries using BuyMeACoffee"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Donate to my libraries using BuyMeACoffee"style="height: 50px!important;width: 181px!important;" ></a>
1. Add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
31
30
32
-
### Initial Releases v2.0.0
33
-
34
-
1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 or ENC28J60 Ethernet`
35
-
2. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP)
31
+
### Initial Releases v1.0.0
36
32
33
+
1. Initial coding to support `ESP32/S3` boards using `LwIP W5500 or ENC28J60 Ethernet`
0 commit comments