From 8ccc8dc19dfeeedf9efae96595e39ddf22922b47 Mon Sep 17 00:00:00 2001 From: George Papamichail <152964062+gi0rg0sPapamichail@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:55:29 +0200 Subject: [PATCH 1/2] So i moved the libraries prperties to the hyperion since i made the for the robotics team --- repositories.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repositories.txt b/repositories.txt index ccb43ce8..5b465698 100644 --- a/repositories.txt +++ b/repositories.txt @@ -71,12 +71,12 @@ https://github.com/blasilli/GBALib_ShiftRegister https://github.com/blasilli/GBALib_UltrasonicSensor https://github.com/henriberisha/EasyEspNow https://github.com/fabricioitajuba/Internal_eeprom -https://github.com/gi0rg0sPapamichail/YDLiDaR_GS2 +https://github.com/Hyperion-Robotics/YDLiDaR_GS2 https://github.com/VanSilver/LCD595 https://github.com/biomurph/GrayCode https://github.com/arielzw/DPS-Power-Supply https://github.com/cheerlights/cheerlights-arduino-library -https://github.com/gi0rg0sPapamichail/QuickESPNow +https://github.com/Hyperion-Robotics/QuickESPNow/tree/main https://github.com/jjlondonoc/AFE4950-Arduino-Library https://github.com/jjlondonoc/MCP4132-Arduino-Library https://github.com/MiguelLoureiro98/LM35IC From e5878f6e25fc68d24f2776007ed9e91e34b0c962 Mon Sep 17 00:00:00 2001 From: Per Tillisch Date: Wed, 5 Feb 2025 10:43:58 -0800 Subject: [PATCH 2/2] Correct repository URL for "QuickESPNow" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The URL must be for the repository root. Previously, the URL was for a GitHub website subpage, and thus caused the validation check to fail: > A problem was found with your submission https://github.com/Hyperion-Robotics/QuickESPNow/tree/main > > ❌ ERROR: Submission URL is not a Git clone URL (e.g., `https://github.com/arduino-libraries/Servo`). --- repositories.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.txt b/repositories.txt index 5b465698..bd36fcd7 100644 --- a/repositories.txt +++ b/repositories.txt @@ -76,7 +76,7 @@ https://github.com/VanSilver/LCD595 https://github.com/biomurph/GrayCode https://github.com/arielzw/DPS-Power-Supply https://github.com/cheerlights/cheerlights-arduino-library -https://github.com/Hyperion-Robotics/QuickESPNow/tree/main +https://github.com/Hyperion-Robotics/QuickESPNow https://github.com/jjlondonoc/AFE4950-Arduino-Library https://github.com/jjlondonoc/MCP4132-Arduino-Library https://github.com/MiguelLoureiro98/LM35IC