From 124b3a83ed28ae51607255960dbc8cf5196c20ad Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 15 Apr 2022 00:22:01 -0400 Subject: [PATCH] Add AsyncWebServer_Ethernet Library (#1305) #### Releases v1.4.1 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP8266 boards using W5x00 / ENC28J60 Ethernet. 2. Add more examples. 3. Add debugging features. 4. Bump up to v1.4.1 to sync with [AsyncWebServer_WT32_ETH01 v1.4.1](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01). --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ab42a208..21a33e24 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4812,3 +4812,4 @@ https://github.com/osteele/Arduino_SerialRecord https://github.com/arduino-libraries/Arduino_MultiWiFi https://github.com/GLEE2023/Beelan-LoRaWAN https://github.com/Invisibleman1002/dynaHTML +https://github.com/khoih-prog/AsyncWebServer_Ethernet