From e5878f6e25fc68d24f2776007ed9e91e34b0c962 Mon Sep 17 00:00:00 2001 From: Per Tillisch Date: Wed, 5 Feb 2025 10:43:58 -0800 Subject: [PATCH] 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