From 3d6cfd0107d6217b70a6aaf4c60bcabefe980d8e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:59:07 -0500 Subject: [PATCH] Add AsyncWebServer_ESP32_SC_ENC library (#2248) #### Releases v1.6.3 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to `ESP32_S3` boards using `LwIP ENC28J60 Ethernet`. 2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_ENC v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC) 3. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0255ad03..b30ae6be 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5440,3 +5440,4 @@ 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 +https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC