From 95004835be75d1d879675f8148e40f9ee7e21348 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 28 Nov 2022 00:21:47 -0500 Subject: [PATCH] Add AsyncWebServer_ESP32_ENC Library (#2146) #### Releases v1.6.2 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32 boards using ENC28J60 Ethernet. 2. Bump up to `v1.6.2` to sync with [AsyncWebServer_WT32_ETH01 v1.6.2](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01). 3. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 174fbf51..b0cb6807 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5365,3 +5365,4 @@ https://github.com/paperdink/PaperdInk-Library https://github.com/hafidhh/Callmebot-ESP32 https://github.com/ESDeveloperBR/AnalogKeyboard.git https://github.com/ESDeveloperBR/TimeInterval +https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC