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

Add AsyncUDP_ESP32_SC_W5500 library (#2277)

### Initial Releases v2.0.0

1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 Ethernet`
2. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP)
This commit is contained in:
Khoi Hoang
2022-12-18 15:31:15 -05:00
committed by GitHub
parent 9d4bd43d18
commit ba3908fa68

View File

@ -5456,3 +5456,4 @@ https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet
https://github.com/berrak/Rdebug https://github.com/berrak/Rdebug
https://github.com/jakeread/osap-arduino https://github.com/jakeread/osap-arduino
https://github.com/yesbotics/dualsense-controller https://github.com/yesbotics/dualsense-controller
https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500