From 9f22ddaa40f8fbb80d4333a3843aeccf644f55b3 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:59:47 -0500 Subject: [PATCH] Add WebServer_ESP32_W6100 library (#2349) #### Releases v1.5.2 1. Initial coding to support ESP32 boards using `W6100 LwIP Ethernet`. Sync with [WebServer_ESP32_W6100 v1.5.2](https://github.com/khoih-prog/WebServer_ESP32_W6100) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f26cb418..d666ff43 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5506,3 +5506,4 @@ https://github.com/kermite-org/keyboard_peripheral_modules https://github.com/kermite-org/KermiteCore_Arduino https://github.com/dvarrel/BMP280 https://github.com/chandrawi/U8x_Laser_Distance +https://github.com/khoih-prog/WebServer_ESP32_W6100