1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-13 11:21:47 +03:00

Add AsyncWebServer_ESP32_SC_W5500 library (#2247)

#### Releases v1.6.3

1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32_S3 boards using `LwIP W5500 Ethernet`.
2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_W5500 v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500).
3. Use `allman astyle`
This commit is contained in:
Khoi Hoang
2022-12-15 15:35:40 -05:00
committed by GitHub
parent bc9db07c97
commit 09a28147d8

View File

@ -5439,3 +5439,4 @@ https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager
https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager
https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager
https://gitlab.com/hamishcunningham/unPhoneLibrary https://gitlab.com/hamishcunningham/unPhoneLibrary
https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500