From f25d90b3fc2370364ae064201c4d5e640a4c222c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:41:48 -0500 Subject: [PATCH] Add ESP8266_ENC_Manager library (#2213) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_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 4ab40099..1c4ccfea 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5412,3 +5412,4 @@ https://github.com/khoih-prog/ESP32_W5500_Manager https://github.com/khoih-prog/ESP32_ENC_Manager https://github.com/khoih-prog/ESP8266_W5500_Manager https://github.com/khoih-prog/ESP8266_W5100_Manager +https://github.com/khoih-prog/ESP8266_ENC_Manager