From 408c4e68e70be63d65aef1eecd8f2c8256433d6d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:19:46 -0500 Subject: [PATCH] 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) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54df56f..5302800 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master ## HOWTO Setting up the Async UDP Client -https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/19682cd09c11db5454001137a3976e63247acdd6/examples/AsyncUdpSendReceive/AsyncUdpSendReceive.ino#L11-L376 +https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/c63051fb1e3d898d7f65d328f61846d7c87c361b/examples/AsyncUdpSendReceive/AsyncUdpSendReceive.ino#L11-L376 --- --- @@ -336,7 +336,7 @@ You can change the `INT` pin to another one. Default is `GPIO4` #### File [AsyncUdpNTPClient.ino](examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino) -https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/19682cd09c11db5454001137a3976e63247acdd6/examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino#L11-L358 +https://github.com/khoih-prog/AsyncUDP_ESP32_Ethernet/blob/c63051fb1e3d898d7f65d328f61846d7c87c361b/examples/AsyncUdpNTPClient/AsyncUdpNTPClient.ino#L11-L358 ---