From 0143f5e66d4fa185561e6bc27500da8d611a300a Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 30 Nov 2022 03:19:49 -0500 Subject: [PATCH] Add AsyncWebServer_ESP32_W5500 Library (#2159) #### Releases v1.6.2 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32 boards using `LwIP W5500 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 7467c4a9..2ea1d43a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5377,3 +5377,4 @@ https://github.com/sh123/esp32_codec2_arduino https://github.com/Mathieu52/GPSP https://github.com/ArtronShop/ArtronShop_SHT45 https://github.com/khoih-prog/WebServer_ESP32_W5500 +https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500