@@ -173,8 +173,9 @@ using `LwIP` W5500, W6100 or ENC28J60 Ethernet
173
173
174
174
1 . [ ` Arduino IDE 1.8.19+ ` for Arduino] ( https://www.arduino.cc/en/Main/Software )
175
175
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 )
178
179
179
180
180
181
---
@@ -285,7 +286,7 @@ Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master
285
286
286
287
## HOWTO Setting up the Async UDP Client
287
288
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
289
290
290
291
---
291
292
---
@@ -433,7 +434,7 @@ You can change the `INT` pin to another one. Default is `GPIO4`
433
434
434
435
#### File [ AsyncUdpNTPClient.ino] ( examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino )
435
436
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
437
438
438
439
---
439
440
0 commit comments