From f69fb3ec3a3f3be4c3e35f0b0c82b8b8741d4aee Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Wed, 1 May 2024 11:18:35 +0100 Subject: [PATCH] Fix url in library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 7e53da1..1b14290 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Faptastic sentence=HUB75 LED Matrix Library for ESP32, ESP32-S2 and ESP32-S3 paragraph=An Adafruit GFX compatible library for LED matrix modules which uses DMA for ultra-fast refresh rates and therefore very low CPU usage. category=Display -url=https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA +url=https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA architectures=esp32,esp32s2,esp32s3