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

Add AsyncUDP_ESP32_SC_ENC library (#2278)

### 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 ENC28J60` Ethernet
2. Add more examples.
3. Add debugging features.
4. 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 18:17:30 -05:00
committed by GitHub
parent ba3908fa68
commit 4953463cc4

View File

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