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

Commit 408c4e6

Browse files
authored
v2.1.0 for ESP32 & LwIP Ethernet
### Releases v2.1.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32 boards using `LwIP W5500, W6100 or ENC28J60 Ethernet` 2. Bump up to v2.1.0 to sync with [AsyncUDP_ESP32_SC_Ethernet v2.1.0](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet)
1 parent c63051f commit 408c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master
254254

255255
## HOWTO Setting up the Async UDP Client
256256

257-
https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/19682cd09c11db5454001137a3976e63247acdd6/examples/AsyncUdpSendReceive/AsyncUdpSendReceive.ino#L11-L376
257+
https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/c63051fb1e3d898d7f65d328f61846d7c87c361b/examples/AsyncUdpSendReceive/AsyncUdpSendReceive.ino#L11-L376
258258

259259
---
260260
---
@@ -336,7 +336,7 @@ You can change the `INT` pin to another one. Default is `GPIO4`
336336

337337
#### File [AsyncUdpNTPClient.ino](examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino)
338338

339-
https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/19682cd09c11db5454001137a3976e63247acdd6/examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino#L11-L358
339+
https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/c63051fb1e3d898d7f65d328f61846d7c87c361b/examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino#L11-L358
340340

341341
---
342342

0 commit comments

Comments
 (0)