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_S2/S3/C3 & LwIP W6100 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_S2/S3/C3 boards using `LwIP W6100 Ethernet`
2. Bump up to `v2.1.0` to sync with [AsyncUDP_ESP32_SC_W5500 v2.1.0](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500)
  • Loading branch information
khoih-prog authored Jan 11, 2023
1 parent 9013557 commit 1993285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"AsyncUDP_ESP32_SC_W6100",
"version": "2.1.0",
"description":"Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W6100 Ethernet. The library is easy to use and includes support for Unicast, Broadcast and Multicast environments",
"keywords":"communication, data, async, udp, ntp, time, time-server, server, client, multicast, broadcast, webserver, esp32, esp32-s3, esp32-s2, esp32-c3, W6100, lwip, lwip=w6100, udp-server, udp-multicast-server",
"keywords":"communication, data, async, udp, ntp, time, time-server, server, client, multicast, broadcast, webserver, esp32, esp32-s3, esp32-s2, esp32-c3, W6100, lwip, udp-server, udp-multicast-server",
"authors":
[
{
Expand Down

0 comments on commit 1993285

Please sign in to comment.