From 4d483e8369dadbb312e5af895a3ec38cfde5c20e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:02:44 -0500 Subject: [PATCH] Add ESP32_Ethernet_Manager library (#2221) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP W5500 / ENC28J60 Ethernet` 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 7e7cc91f..eba1a48b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5416,3 +5416,4 @@ https://github.com/khoih-prog/ESP8266_ENC_Manager 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