From 90c59383679fefae2aed62af71d69f077cb32e20 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:07:35 -0500 Subject: [PATCH] Add AsyncESP8266_Ethernet_Manager library (#2222) #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_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 eba1a48b..feaab9f5 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5417,3 +5417,4 @@ https://github.com/khoih-prog/AsyncESP32_Ethernet_Manager 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