1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-14 22:21:02 +03:00

Add AsyncUDP_ESP32_SC_W6100 library (#2361)

### 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)
This commit is contained in:
Khoi Hoang
2023-01-10 19:09:14 -05:00
committed by GitHub
parent 78d53ba6c0
commit cff07aa19d

View File

@ -5514,3 +5514,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100
https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100 https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100
https://github.com/Mancheron/TFT_eSPI_Widgets https://github.com/Mancheron/TFT_eSPI_Widgets
https://github.com/khoih-prog/AsyncUDP_ESP32_W6100 https://github.com/khoih-prog/AsyncUDP_ESP32_W6100
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W6100