From 3fa90a0db0b306090ed07a39ee9c3a8dfd413d25 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 14 Jan 2023 20:50:13 -0500 Subject: [PATCH] Add AsyncESP32_SC_W6100_Manager library (#2375) 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S2/S3/C3 boards using `LwIP W6100 Ethernet`. Sync with [AsyncESP32_SC_W5500_Manager v1.1.0](https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager) 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7f60b7dd..71a54753 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5521,3 +5521,4 @@ https://github.com/IoT-ThingsCloud/thingscloud-esp-sdk 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