From d1087fbdd2f163518ffa6dc911921133b234ba8b Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 8 Dec 2022 23:11:00 -0500 Subject: [PATCH] Add AsyncWT32_ETH01_Manager library (#2200) #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32 boards using `LwIP LAN8720 Ethernet`, such as WT32_ETH01 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 01d53937..631d4e8b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5401,3 +5401,4 @@ https://github.com/khoih-prog/HTTPS_Server_Generic https://github.com/joseguerra3000/AD74xx https://github.com/khoih-prog/AsyncESP32_W5500_Manager https://github.com/khoih-prog/AsyncESP32_ENC_Manager +https://github.com/khoih-prog/AsyncWT32_ETH01_Manager