From 086b5ecc83c2ef39d6ba154eee486a3d02c23f01 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 21:01:28 -0500 Subject: [PATCH] Add AsyncESP32_SC_ENC_Manager Library (#2243) #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP ENC28J60 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ff6e30a1..d478320b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5435,3 +5435,4 @@ https://github.com/neosarchizo/am1002-uart https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 https://github.com/khoih-prog/WebServer_ESP32_SC_ENC https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager +https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager