You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
1. Add support to `ESP32S2/C3` boards using `LwIP ENC28J60 Ethernet`
30
+
26
31
### Initial Releases v2.0.0
27
32
28
33
1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to `ESP32_S3` boards using `LwIP ENC28J60` Ethernet
Copy file name to clipboardExpand all lines: library.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name":"AsyncUDP_ESP32_SC_ENC",
3
-
"version": "2.0.0",
3
+
"version": "2.1.0",
4
4
"description":"Fully Asynchronous UDP Library for ESP32_S2/S3/C3 boards using LwIP ENC28J60 Ethernet. The library is easy to use and includes support for Unicast, Broadcast and Multicast environments",
0 commit comments