From d39b7189db17e3a8f1af912f60b9470f26318cb6 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:18:32 -0500 Subject: [PATCH] Add ESP32_SC_W6100_Manager library (#2376) #### 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 W6100 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 71a54753..ce9d1237 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5522,3 +5522,4 @@ https://github.com/berrak/SensorWLED https://github.com/mimuz/mimuz-ch55x https://github.com/khoih-prog/AsyncESP32_W6100_Manager https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager +https://github.com/khoih-prog/ESP32_SC_W6100_Manager