From c45c9d3585520ed89bb389ef20ebca03db474466 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 16 Dec 2022 22:54:46 -0500 Subject: [PATCH] Add AsyncHTTPRequest_ESP32_Ethernet Library (#2261) ### Releases v1.12.0 1. Initial coding to port [AsyncHTTPRequest_Generic](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet` 2. Use `allman astyle` 3. Sync with [AsyncHTTPRequest_Generic v1.12.0](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 784f5d45..89ab2e72 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5449,3 +5449,4 @@ https://github.com/Protocentral/protocentral_tla20XX_arduino https://github.com/BinaryBearzz/JoyStickModule https://github.com/leresteux/DunogeonVF https://github.com/leresteux/DunogeonENG +https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet