From af2812b1d7de7b1ebab0109c0e0c10e8f4116bd4 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:42:39 -0500 Subject: [PATCH] Add AsyncWebServer_ESP32_SC_W6100 library #### Releases v1.8.1 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32_S2/S3/C3 boards using `LwIP W6100 Ethernet` 2. Bump up to `v1.8.1` to sync with [AsyncWebServer_ESP32_W5500 v1.8.1](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 0a13de6e3..69aef54fa 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5509,3 +5509,4 @@ https://github.com/dvarrel/BMP280 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