From b622064c4f66a35362ca58545d233a1ec1e26a2b Mon Sep 17 00:00:00 2001 From: BinaryBearX <34448843+BinaryBearzz@users.noreply.github.com> Date: Fri, 16 Dec 2022 22:28:15 +0700 Subject: [PATCH 01/14] Update repositories.txt (#2257) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 686f534d..7bd114fc 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5446,3 +5446,4 @@ https://github.com/khoih-prog/ESP32_SC_W5500_Manager https://github.com/khoih-prog/ESP32_SC_ENC_Manager https://github.com/khoih-prog/ESP32_SC_Ethernet_Manager https://github.com/Protocentral/protocentral_tla20XX_arduino +https://github.com/BinaryBearzz/JoyStickModule From f1b51079302dd152ae859955d3afba5554a6f68d Mon Sep 17 00:00:00 2001 From: julien leresteux Date: Fri, 16 Dec 2022 23:08:40 +0100 Subject: [PATCH 02/14] Update repositories.txt (#2259) --- repositories.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.txt b/repositories.txt index 7bd114fc..784f5d45 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5447,3 +5447,5 @@ https://github.com/khoih-prog/ESP32_SC_ENC_Manager https://github.com/khoih-prog/ESP32_SC_Ethernet_Manager https://github.com/Protocentral/protocentral_tla20XX_arduino https://github.com/BinaryBearzz/JoyStickModule +https://github.com/leresteux/DunogeonVF +https://github.com/leresteux/DunogeonENG 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 03/14] 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 From 52ae9a4414e551f55be889afcedad474cf6cf4d4 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 17 Dec 2022 03:07:06 -0500 Subject: [PATCH 04/14] Add AsyncMQTT_ESP32 library (#2264) ### Releases v1.8.0 1. Initial coding to port [AsyncMQTT_Generic](https://github.com/khoih-prog/AsyncMQTT_Generic) to `ESP32/S2/S3/C3` boards using WiFi or `LwIP W5500 / ENC28J60 / LAN8720 Ethernet` 2. Use `allman astyle` 3. Sync with [AsyncMQTT_Generic v1.8.0](https://github.com/khoih-prog/AsyncMQTT_Generic) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 89ab2e72..44e18099 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5450,3 +5450,4 @@ https://github.com/BinaryBearzz/JoyStickModule https://github.com/leresteux/DunogeonVF https://github.com/leresteux/DunogeonENG https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet +https://github.com/khoih-prog/AsyncMQTT_ESP32 From b60baade31fed756a62a4715b690e0e653e3c9e9 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 17 Dec 2022 03:12:06 -0500 Subject: [PATCH 05/14] Add AsyncHTTPSRequest_ESP32_Ethernet library (#2265) ### Releases v2.4.0 1. Initial coding to port [AsyncHTTPSRequest_Generic](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic) to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet` 2. Use `allman astyle` 3. Sync with [AsyncHTTPSRequest_Generic v2.4.0](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 44e18099..4331ab79 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5451,3 +5451,4 @@ https://github.com/leresteux/DunogeonVF https://github.com/leresteux/DunogeonENG https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet https://github.com/khoih-prog/AsyncMQTT_ESP32 +https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet From 9713aa24f50225380c01e96d0f9b71d038c27a23 Mon Sep 17 00:00:00 2001 From: Hafidh Hidayat Date: Sat, 17 Dec 2022 17:32:58 +0700 Subject: [PATCH 06/14] Update repositories.txt (#2262) Co-authored-by: per1234 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 4331ab79..01d23e0e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5449,6 +5449,7 @@ 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/hafidhh/FlowSensor-Arduino https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet https://github.com/khoih-prog/AsyncMQTT_ESP32 https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet From c44c5e3d3cdf6fe77afb3afef9eb96fe37f22590 Mon Sep 17 00:00:00 2001 From: berrak Date: Sun, 18 Dec 2022 20:13:28 +0100 Subject: [PATCH 07/14] Update repositories.txt (#2274) Add Rdebug --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 01d23e0e..ba0e6aa9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5453,3 +5453,4 @@ https://github.com/hafidhh/FlowSensor-Arduino https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet https://github.com/khoih-prog/AsyncMQTT_ESP32 https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet +https://github.com/berrak/Rdebug From 81d74738048838dfd9e7b33a7f047333c13812d0 Mon Sep 17 00:00:00 2001 From: Albrecht Nitsche Date: Sun, 18 Dec 2022 21:23:28 +0100 Subject: [PATCH 08/14] Update repositories.txt (#2275) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ba0e6aa9..1e5091ab 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5454,3 +5454,4 @@ https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet https://github.com/khoih-prog/AsyncMQTT_ESP32 https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet https://github.com/berrak/Rdebug +https://github.com/yesbotics/dualsense-controller From 9d4bd43d1869f4b99dbe0af6dad734e0cc7b4d06 Mon Sep 17 00:00:00 2001 From: Jake Read Date: Sun, 18 Dec 2022 15:30:18 -0500 Subject: [PATCH 09/14] add osap-arduino to library-repository (#2276) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 1e5091ab..acd0b726 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5454,4 +5454,5 @@ https://github.com/khoih-prog/AsyncHTTPRequest_ESP32_Ethernet https://github.com/khoih-prog/AsyncMQTT_ESP32 https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet https://github.com/berrak/Rdebug +https://github.com/jakeread/osap-arduino https://github.com/yesbotics/dualsense-controller From ba3908fa688497cfa904b1549db0ac3be15f078e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 15:31:15 -0500 Subject: [PATCH 10/14] Add AsyncUDP_ESP32_SC_W5500 library (#2277) ### Initial Releases v2.0.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 Ethernet` 2. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index acd0b726..3c4c3960 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5456,3 +5456,4 @@ https://github.com/khoih-prog/AsyncHTTPSRequest_ESP32_Ethernet https://github.com/berrak/Rdebug https://github.com/jakeread/osap-arduino https://github.com/yesbotics/dualsense-controller +https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500 From 4953463cc498072a2c3b77c395ea1306abbda20d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:17:30 -0500 Subject: [PATCH 11/14] Add AsyncUDP_ESP32_SC_ENC library (#2278) ### Initial Releases v2.0.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to `ESP32_S3` boards using `LwIP ENC28J60` Ethernet 2. Add more examples. 3. Add debugging features. 4. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP). --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3c4c3960..a3d8fcce 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5457,3 +5457,4 @@ https://github.com/berrak/Rdebug https://github.com/jakeread/osap-arduino https://github.com/yesbotics/dualsense-controller https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500 +https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC From 5286122dc164f32ce72e32938dec234795759bd1 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 19:56:33 -0500 Subject: [PATCH 12/14] Add AsyncUDP_ESP32_SC_Ethernet library (#2279) ### Initial Releases v2.0.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32_S3 boards using `LwIP W5500 or ENC28J60 Ethernet` 2. Bump up to v2.0.0 to sync with [AsyncUDP v2.0.0](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index a3d8fcce..97b08cb9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5458,3 +5458,4 @@ https://github.com/jakeread/osap-arduino https://github.com/yesbotics/dualsense-controller https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500 https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC +https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet From 98bf2c631b6638357c52fb3f07f26cde8451862b Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 18 Dec 2022 23:09:48 -0500 Subject: [PATCH 13/14] Add AsyncDNSServer_ESP32_Ethernet library (#2280) ### Initial Releases v1.0.0 1. Initial coding to support `ESP32/S2/S3/C3` boards using `LwIP W5500 or ENC28J60 Ethernet` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 97b08cb9..183dc454 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5459,3 +5459,4 @@ https://github.com/yesbotics/dualsense-controller https://github.com/khoih-prog/AsyncUDP_ESP32_SC_W5500 https://github.com/khoih-prog/AsyncUDP_ESP32_SC_ENC https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet +https://github.com/khoih-prog/AsyncDNSServer_ESP32_Ethernet From 340d962639d0d73505c839b7834e11b53b8768cc Mon Sep 17 00:00:00 2001 From: neamatullah-JRC <73517544+neamatullah-JRC@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:06:23 +0600 Subject: [PATCH 14/14] Update repositories.txt (#2281) --- repositories.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repositories.txt b/repositories.txt index 183dc454..84a2bf2c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4,6 +4,7 @@ https://github.com/Reefwing-Software/Reefwing-SBUS.git https://github.com/Reefwing-Software/Reefwing-MSP.git https://github.com/Reefwing-Software/Reefwing-Motorshield.git https://github.com/Reefwing-Software/reefwing_timer.git + https://github.com/wicked-rainman/ESP32Dispatcher https://github.com/Phoenix1747/SimpleShell https://github.com/congtrol/boho-arduino @@ -2279,6 +2280,7 @@ https://github.com/jspark311/Arduino-SX8634 https://github.com/jspark311/CppPotpourri https://github.com/jspark311/ManuvrDrivers https://github.com/jspayneco/Debugger +https://github.com/junior-robotics-club/JRCCARLIB https://github.com/Juerd/ESP-WiFiSettings https://github.com/JulStrat/LibYxml https://github.com/junwha0511/LiquidCrystal_I2C_Hangul