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

Commit 9433c4c

Browse files
authored
v2.2.0 for LwIP W6100 Ethernet
### Releases v2.2.0 1. Add support to `ESP32_S2/S3/C3` using `LwIP W6100 Ethernet` 2. Fix bug
1 parent 854d1aa commit 9433c4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ using `LwIP` W5500, W6100 or ENC28J60 Ethernet
173173

174174
1. [`Arduino IDE 1.8.19+` for Arduino](https://www.arduino.cc/en/Main/Software)
175175
2. [`ESP32 Core 2.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
176-
3. [`WebServer_ESP32_SC_W5500 library 1.2.0+`](https://github.com/khoih-prog/WebServer_ESP32_SC_W5500). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_ESP32_SC_W5500.svg?)](https://www.ardu-badge.com/WebServer_ESP32_SC_W5500)
177-
4. [`WebServer_ESP32_SC_ENC library 1.2.0+`](https://github.com/khoih-prog/WebServer_ESP32_SC_ENC). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_ESP32_SC_ENC.svg?)](https://www.ardu-badge.com/WebServer_ESP32_SC_ENC)
176+
3. [`WebServer_ESP32_SC_W5500 library 1.2.1+`](https://github.com/khoih-prog/WebServer_ESP32_SC_W5500). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_ESP32_SC_W5500.svg?)](https://www.ardu-badge.com/WebServer_ESP32_SC_W5500)
177+
4. [`WebServer_ESP32_SC_W6100 library 1.2.1+`](https://github.com/khoih-prog/WebServer_ESP32_SC_W6100). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_ESP32_SC_W6100.svg?)](https://www.ardu-badge.com/WebServer_ESP32_SC_W6100)
178+
5. [`WebServer_ESP32_SC_ENC library 1.2.0+`](https://github.com/khoih-prog/WebServer_ESP32_SC_ENC). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_ESP32_SC_ENC.svg?)](https://www.ardu-badge.com/WebServer_ESP32_SC_ENC)
178179

179180

180181
---
@@ -285,7 +286,7 @@ Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master
285286

286287
## HOWTO Setting up the Async UDP Client
287288

288-
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet/blob/26082cd8ddf2c252545e595719feb45077534787/examples/AsyncUdpSendReceive/AsyncUdpSendReceive.ino#L11-L376
289+
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet/blob/854d1aab39b2f7dac9f406d1b09b8411ed3e36cc/examples/AsyncUdpSendReceive/AsyncUdpSendReceive.ino#L11-L375
289290

290291
---
291292
---
@@ -433,7 +434,7 @@ You can change the `INT` pin to another one. Default is `GPIO4`
433434

434435
#### File [AsyncUdpNTPClient.ino](examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino)
435436

436-
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet/blob/26082cd8ddf2c252545e595719feb45077534787/examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino#L11-L358
437+
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet/blob/854d1aab39b2f7dac9f406d1b09b8411ed3e36cc/examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino#L11-L357
437438

438439
---
439440

0 commit comments

Comments
 (0)