From 51706522296accd397229a19eb3f1c1361a7986c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 01:32:29 -0500 Subject: [PATCH] Add WebServer_ESP32_SC_W5500 library #### Releases v1.0.0 1. Initial coding to support ESP32_S3-based boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 5ea26e357..1351201e2 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5423,3 +5423,4 @@ https://github.com/khoih-prog/AsyncESP8266_Ethernet_Manager https://github.com/khoih-prog/ESP8266_Ethernet_Manager https://github.com/dvarrel/ESP_Ping https://github.com/neosarchizo/am1002-uart +https://github.com/khoih-prog/WebServer_ESP32_SC_W5500