From 09a28147d8af526cfc6b8f21e4fe28549c2209da Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:35:40 -0500 Subject: [PATCH] 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` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7c3064e2..0255ad03 100644 --- a/repositories.txt +++ b/repositories.txt @@ -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_Ethernet_Manager https://gitlab.com/hamishcunningham/unPhoneLibrary +https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500