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

Commit

Permalink
v2.0.0 for (ESP32 + LwIP ENC28J60)
Browse files Browse the repository at this point in the history
### Initial Releases v2.0.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32 boards using LwIP ENC28J60 Ethernet
2. Add more examples.
3. Add debugging features.
4. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP)
  • Loading branch information
khoih-prog committed Nov 28, 2022
1 parent b89b394 commit 6c68117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ void loop()
3. [AsyncUdpSendReceive](examples/AsyncUdpSendReceive)
4. [AsyncUDPServer](examples/AsyncUDPServer)
5. [AsyncUDPMulticastServer](examples/AsyncUDPMulticastServer)
6. [**multiFileProject**](examples/multiFileProject) **New**
6. [**multiFileProject**](examples/multiFileProject)
---
### Example [AsyncUdpNTPClient](examples/AsyncUdpNTPClient)
Expand Down

0 comments on commit 6c68117

Please sign in to comment.