From 070b8a36527c683c9b7c08835987a9066ee06c4c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:53:22 -0500 Subject: [PATCH] Add ESP32_SC_W5500_Manager library (#2249) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32_S3 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 b30ae6be..9144c0a9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5441,3 +5441,4 @@ 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 +https://github.com/khoih-prog/ESP32_SC_W5500_Manager