From f1e1dd9603ccdfc7366a2d164967d11588d7f5e0 Mon Sep 17 00:00:00 2001 From: dam74 <6559309+dvarrel@users.noreply.github.com> Date: Wed, 14 Dec 2022 09:26:24 +0100 Subject: [PATCH 01/19] Update repositories.txt (#2235) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 80b920c2..c42da8db 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5425,5 +5425,6 @@ https://github.com/khoih-prog/ESP8266_Ethernet_Manager https://github.com/dvarrel/AsyncTCP.git https://github.com/dvarrel/ESPAsyncTCP.git https://github.com/dvarrel/ESP_Ping +https://github.com/dvarrel/ESPAsyncWebSrv https://github.com/neosarchizo/am1002-uart https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 From 7c14d9ab4b75f4c6c00dc950e01792f0b94ad825 Mon Sep 17 00:00:00 2001 From: daniel-mohr <86181182+daniel-mohr@users.noreply.github.com> Date: Wed, 14 Dec 2022 19:32:39 +0100 Subject: [PATCH 02/19] added https://github.com/ug-cp/precise_sntp (#2236) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c42da8db..c93a619d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5267,6 +5267,7 @@ https://github.com/berrak/Mock https://github.com/luni64/AttachInterruptEx https://github.com/ArtronShop/IOXESP32Motor https://gitlab.com/ug-cp/fast_samd21_tc +https://github.com/ug-cp/precise_sntp https://github.com/mdkendall/ThingpingsLib https://github.com/PribaNosati/mrm-lid-d https://github.com/SmartElecRu/ArduinoIDE_SE_Button From 4085f4877bcfc4811e010f70563f75cd666c7d71 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:08:20 -0500 Subject: [PATCH 03/19] Add WebServer_ESP32_SC_ENC library (#2237) #### Releases v1.0.0 1. Initial coding to support ESP32_S3-based boards using `LwIP ENC28J60 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c93a619d..15215364 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5429,3 +5429,4 @@ https://github.com/dvarrel/ESP_Ping https://github.com/dvarrel/ESPAsyncWebSrv https://github.com/neosarchizo/am1002-uart https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 +https://github.com/khoih-prog/WebServer_ESP32_SC_ENC From 174a1e878229a2afbad20d89a6448eabec464b3f Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Wed, 14 Dec 2022 20:09:12 +0100 Subject: [PATCH 04/19] Add PIR library (#2238) Library to handle up to 8 PIR sensors. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 15215364..280d2b1c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3573,6 +3573,7 @@ https://github.com/RobTillaart/PERIPUMP https://github.com/RobTillaart/PID_RT https://github.com/RobTillaart/PinInGroup https://github.com/RobTillaart/PinOutGroup +https://github.com/RobTillaart/PIR https://github.com/RobTillaart/Prandom https://github.com/RobTillaart/pressure https://github.com/RobTillaart/PrintCharArray From 88b73054b117e5d1d262d152469eb42c1308fb2b Mon Sep 17 00:00:00 2001 From: David Such Date: Thu, 15 Dec 2022 10:37:32 +1100 Subject: [PATCH 05/19] Update repositories.txt (#2239) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 280d2b1c..9c825d3b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +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 From 4ca43fd9d8e3a6b30f7992931f0c2b8d96cffd4e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 19:30:27 -0500 Subject: [PATCH 06/19] Add AsyncESP32_SC_W5500_Manager Library (#2240) #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 9c825d3b..33cc543c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5432,3 +5432,4 @@ https://github.com/dvarrel/ESPAsyncWebSrv https://github.com/neosarchizo/am1002-uart https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 https://github.com/khoih-prog/WebServer_ESP32_SC_ENC +https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager From 1a7f5aab11a7ebcf043c2cde1517470a99158b76 Mon Sep 17 00:00:00 2001 From: David Such Date: Thu, 15 Dec 2022 11:58:24 +1100 Subject: [PATCH 07/19] Update repositories.txt (#2241) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 33cc543c..071f094e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/Reefwing-Software/Reefwing-Filter.git https://github.com/Reefwing-Software/Reefwing-SBUS.git https://github.com/Reefwing-Software/Reefwing-MSP.git https://github.com/Reefwing-Software/Reefwing-Motorshield.git From 0375a73873159d563bdbfb00cda5453f6b7c2517 Mon Sep 17 00:00:00 2001 From: David Such Date: Thu, 15 Dec 2022 12:20:00 +1100 Subject: [PATCH 08/19] Update repositories.txt (#2242) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 071f094e..ff6e30a1 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1,3 +1,4 @@ +https://github.com/Reefwing-Software/Reefwing-AHRS.git https://github.com/Reefwing-Software/Reefwing-Filter.git https://github.com/Reefwing-Software/Reefwing-SBUS.git https://github.com/Reefwing-Software/Reefwing-MSP.git From 086b5ecc83c2ef39d6ba154eee486a3d02c23f01 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 21:01:28 -0500 Subject: [PATCH 09/19] Add AsyncESP32_SC_ENC_Manager Library (#2243) #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP ENC28J60 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index ff6e30a1..d478320b 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5435,3 +5435,4 @@ https://github.com/neosarchizo/am1002-uart https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 https://github.com/khoih-prog/WebServer_ESP32_SC_ENC https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager +https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager From ceb17abb54f0fe8545a35a28482a0226e965140d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:46:53 -0500 Subject: [PATCH 10/19] Add AsyncESP32_SC_Ethernet_Manager Library (#2244) #### Releases v1.0.1 1. Fix typo #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP W5500 / ENC28J60 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index d478320b..8dd71ef4 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5436,3 +5436,4 @@ https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 https://github.com/khoih-prog/WebServer_ESP32_SC_ENC https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager +https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager From 277c98b56d4de0bc039c817c33195e7c21b6eeee Mon Sep 17 00:00:00 2001 From: Aaron Kimball Date: Thu, 15 Dec 2022 01:11:36 -0800 Subject: [PATCH 11/19] Add kimballa/button-debounce (#2245) Add 'debounce' library in github.com/kimballa/button-debounce.git. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8dd71ef4..3a8bf1cf 100644 --- a/repositories.txt +++ b/repositories.txt @@ -2376,6 +2376,7 @@ https://github.com/khoih-prog/WIOTerminal_WiFiManager https://github.com/kigster/back-seat-driver https://github.com/kike-canaries/canairio_sensorlib https://github.com/killer0071234/esp_abus +https://github.com/kimballa/button-debounce https://github.com/kimballa/PyArduinoDebug https://github.com/Kineis/ArduinoKim https://github.com/kingmathers313/FHEM_Arduino From bc9db07c97374d788c4945ffde4e10db0dee099c Mon Sep 17 00:00:00 2001 From: Hamish Cunningham Date: Thu, 15 Dec 2022 17:19:48 +0000 Subject: [PATCH 12/19] Add the unPhone library (#2246) Add an unPhone support library from https://gitlab.com/hamishcunningham/unPhoneLibrary --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3a8bf1cf..7c3064e2 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5438,3 +5438,4 @@ https://github.com/khoih-prog/WebServer_ESP32_SC_ENC https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager +https://gitlab.com/hamishcunningham/unPhoneLibrary From 09a28147d8af526cfc6b8f21e4fe28549c2209da Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:35:40 -0500 Subject: [PATCH 13/19] Add AsyncWebServer_ESP32_SC_W5500 library (#2247) #### Releases v1.6.3 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32_S3 boards using `LwIP W5500 Ethernet`. 2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_W5500 v1.6.3](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 7c3064e2..0255ad03 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5439,3 +5439,4 @@ https://github.com/khoih-prog/AsyncESP32_SC_W5500_Manager https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager https://gitlab.com/hamishcunningham/unPhoneLibrary +https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500 From 3d6cfd0107d6217b70a6aaf4c60bcabefe980d8e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:59:07 -0500 Subject: [PATCH 14/19] Add AsyncWebServer_ESP32_SC_ENC library (#2248) #### Releases v1.6.3 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to `ESP32_S3` boards using `LwIP ENC28J60 Ethernet`. 2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_ENC v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC) 3. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0255ad03..b30ae6be 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5440,3 +5440,4 @@ https://github.com/khoih-prog/AsyncESP32_SC_ENC_Manager https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager https://gitlab.com/hamishcunningham/unPhoneLibrary https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500 +https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC From 070b8a36527c683c9b7c08835987a9066ee06c4c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:53:22 -0500 Subject: [PATCH 15/19] Add ESP32_SC_W5500_Manager library (#2249) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32_S3 boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index b30ae6be..9144c0a9 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5441,3 +5441,4 @@ https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager https://gitlab.com/hamishcunningham/unPhoneLibrary https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500 https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC +https://github.com/khoih-prog/ESP32_SC_W5500_Manager From 14b6a61aeb0ca77024f41ff6b29ff03fdb32cc49 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 16 Dec 2022 00:14:53 -0500 Subject: [PATCH 16/19] Add ESP32_SC_ENC_Manager library (#2250) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to `ESP32_S2/S3/C3` boards using `LwIP ENC28J60 Ethernet`. 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 9144c0a9..8775a9a7 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5442,3 +5442,4 @@ https://gitlab.com/hamishcunningham/unPhoneLibrary https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500 https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC https://github.com/khoih-prog/ESP32_SC_W5500_Manager +https://github.com/khoih-prog/ESP32_SC_ENC_Manager From 928d7edcaa80d1fb865360385cd78c0cf56029c8 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 16 Dec 2022 02:12:44 -0500 Subject: [PATCH 17/19] Add ESP32_SC_Ethernet_Manager library (#2251) #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to `ESP32_S2/S3/C3` boards using `LwIP W5500 / ENC28J60 Ethernet` 2. Use `allman astyle` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8775a9a7..25db039c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5443,3 +5443,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500 https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC 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 From 3bd5b48d1e47c5017971d8eb333107a9a5ab4993 Mon Sep 17 00:00:00 2001 From: Ashwin K Whitchurch Date: Fri, 16 Dec 2022 14:43:26 +0530 Subject: [PATCH 18/19] Update repositories.txt (#2252) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 25db039c..36e3ba9a 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5444,3 +5444,4 @@ https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_ENC 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 From 3be3b6bf910bfd17603357ba43fdae059c021f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:59:14 +0100 Subject: [PATCH 19/19] Add Arduino_HS300x Library (#2253) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 36e3ba9a..686f534d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -929,6 +929,7 @@ https://github.com/arduino-libraries/Arduino_CRC32 https://github.com/arduino-libraries/Arduino_DebugUtils https://github.com/arduino-libraries/Arduino_EdgeControl https://github.com/arduino-libraries/Arduino_EMBRYO_2 +https://github.com/arduino-libraries/Arduino_HS300x https://github.com/arduino-libraries/Arduino_HTS221 https://github.com/arduino-libraries/Arduino_JSON https://github.com/arduino-libraries/Arduino_KNN