diff options
| author | Nicholas Humfrey <njh@aelius.com> | 2024-05-01 11:18:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 11:18:35 +0100 |
| commit | f69fb3ec3a3f3be4c3e35f0b0c82b8b8741d4aee (patch) | |
| tree | d1da83747f95daeed4906beba5cd872e270c0f5e | |
| parent | b67bd96067c98a001ff6bc01ca2050dbe0848599 (diff) | |
Fix url in library.properties
| -rw-r--r-- | library.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
