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

Commit

Permalink
v2.1.0 for ESP32 & LwIP Ethernet
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
khoih-prog authored Jan 11, 2023
1 parent c63051f commit 408c4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
---
Expand Down Expand Up @@ -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

---

Expand Down

0 comments on commit 408c4e6

Please sign in to comment.