From b2df41dbe4fe884937d6bf44ce62525c43b71f50 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 10 Dec 2022 01:00:33 -0500 Subject: [PATCH] Add AsyncESP8266_ENC_Manager library (#2203) #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP8266 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 64c33f37..a0f4c200 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5404,3 +5404,4 @@ https://github.com/khoih-prog/AsyncESP32_W5500_Manager https://github.com/khoih-prog/AsyncESP32_ENC_Manager https://github.com/khoih-prog/AsyncWT32_ETH01_Manager https://github.com/khoih-prog/AsyncESP8266_W5500_Manager +https://github.com/khoih-prog/AsyncESP8266_ENC_Manager