From cd7cf53b146be64e41b99a6208c3c07273aefd28 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:50:33 -0500 Subject: [PATCH] Add AsyncWebServer_ESP32_W6100 library (#2355) #### Releases v1.6.4 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32 boards using `LwIP W6100 Ethernet`. 2. Bump up to `v1.6.4` to sync with [AsyncWebServer_ESP32_W5500 v1.6.4](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500) 3. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 9624d9d4..54a9fa72 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5511,3 +5511,4 @@ https://github.com/chandrawi/U8x_Laser_Distance https://github.com/khoih-prog/WebServer_ESP32_W6100 https://github.com/khoih-prog/WebServer_ESP32_SC_W6100 https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100 +https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100