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

Commit 6c68117

Browse files
authored
v2.0.0 for (ESP32 + LwIP ENC28J60)
### 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)
1 parent b89b394 commit 6c68117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ void loop()
472472
3. [AsyncUdpSendReceive](examples/AsyncUdpSendReceive)
473473
4. [AsyncUDPServer](examples/AsyncUDPServer)
474474
5. [AsyncUDPMulticastServer](examples/AsyncUDPMulticastServer)
475-
6. [**multiFileProject**](examples/multiFileProject) **New**
475+
6. [**multiFileProject**](examples/multiFileProject)
476476
---
477477
478478
### Example [AsyncUdpNTPClient](examples/AsyncUdpNTPClient)

0 commit comments

Comments
 (0)