From 01b7a9d63d7521c407240e719518f42f18a5f1ce Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:47:39 -0500 Subject: [PATCH] Add ESP8266_Ethernet_Manager library #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP8266 boards using `LwIP W5500 / W5100(S) / ENC28J60 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index feaab9f59..6e81f64dd 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5418,3 +5418,4 @@ https://github.com/shyd/Arduino-SerialCommand https://github.com/dlyckelid/IOExpander-TLA2518 https://github.com/khoih-prog/ESP32_Ethernet_Manager https://github.com/khoih-prog/AsyncESP8266_Ethernet_Manager +https://github.com/khoih-prog/ESP8266_Ethernet_Manager