From 22d12847d9ef6e66432110dcaa72ab48fcdfdccc Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 14 Jan 2023 23:23:38 -0500 Subject: [PATCH] Add ESP32_W6100_Manager library (#2377) #### Releases v1.0.0 1. Initial coding to port [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP W6100 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ce9d1237..7897285b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5523,3 +5523,4 @@ https://github.com/mimuz/mimuz-ch55x https://github.com/khoih-prog/AsyncESP32_W6100_Manager https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager https://github.com/khoih-prog/ESP32_SC_W6100_Manager +https://github.com/khoih-prog/ESP32_W6100_Manager