From fdac66f722534283536c452caedefd848231859e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 30 Nov 2022 00:38:08 -0500 Subject: [PATCH] Add WebServer_ESP32_W5500 Library (#2158) #### Releases v1.5.1 1. Initial coding to support ESP32 boards using `W5500 LwIP Ethernet`. Sync with [WebServer_WT32_ETH01 v1.5.1](https://github.com/khoih-prog/WebServer_WT32_ETH01) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index f8064bfe..7467c4a9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5376,3 +5376,4 @@ https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01 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