From 00c080be86deb4297cdd5ba1e34daa9dc8261432 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:00:44 -0500 Subject: [PATCH] Add ESP32_Ethernet_Manager library #### 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 7e7cc91f8..eba1a48b3 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