From 928d7edcaa80d1fb865360385cd78c0cf56029c8 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 16 Dec 2022 02:12:44 -0500 Subject: [PATCH] Add ESP32_SC_Ethernet_Manager library (#2251) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to `ESP32_S2/S3/C3` boards using `LwIP W5500 / ENC28J60 Ethernet` 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8775a9a7..25db039c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5443,3 +5443,4 @@ 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 https://github.com/khoih-prog/ESP32_SC_ENC_Manager +https://github.com/khoih-prog/ESP32_SC_Ethernet_Manager