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

Commit

Permalink
v2.2.0 for LwIP W6100 Ethernet
Browse files Browse the repository at this point in the history
### Releases v2.2.0

1. Add support to `ESP32_S2/S3/C3` using `LwIP W6100 Ethernet`
2. Fix bug
  • Loading branch information
khoih-prog authored Jan 11, 2023
1 parent 9433c4c commit e158a9e
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
@@ -1,6 +1,6 @@
{
"name":"AsyncUDP_ESP32_SC_Ethernet",
"version": "2.1.0",
"version": "2.2.0",
"description":"Fully Asynchronous UDP Library for ESP32S2/S3/C3 boards using LwIP W5500, W6100 or ENC28J60 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, w5500, enc28j60, lwip, lwip-w5500, lwip-enc28j60, lwip-ethernet, udp-server, udp-multicast-server",
"authors":
Expand Down

0 comments on commit e158a9e

Please sign in to comment.