From a6eb2f8fcf284d2a174843c69e56923c2d24919e Mon Sep 17 00:00:00 2001 From: Maxime Date: Wed, 5 Feb 2025 19:47:13 -0500 Subject: [PATCH] update config --- library.json | 8 ++++---- library.properties | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index 0ab7961..4e650b5 100644 --- a/library.json +++ b/library.json @@ -4,13 +4,13 @@ "description": "Library for ES32A08 board to handle relays, digital inputs, and 7-segment display", "repository": { "type": "git", - "url": "https://github.com/ton-repo/ES32A08_Library.git" + "url": "https://git.technosoutien.com/mgillespie/Library-ES32A08.git" }, "authors": [ { - "name": "Ton Nom", - "email": "ton.email@example.com", - "url": "https://github.com/ton-repo" + "name": "Maxime Gillespie", + "email": "maxime@technosoutien.com", + "url": "https://git.technosoutien.com/mgillespie" } ], "license": "MIT", diff --git a/library.properties b/library.properties index c3f42ad..1292f88 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ES32A08 version=1.0.0 -author=Ton Nom -maintainer=Ton Email +author=Maxime Gillespie +maintainer=maxime@techonsoutien.com sentence=Library for ES32A08 board to handle relays, digital inputs, and 7-segment display. paragraph=Provides functions for reading analog/digital inputs, controlling relays, and displaying numbers/messages on a 7-segment display. category=Communication -url=https://github.com/ton-repo/ES32A08_Library +url=https://git.technosoutien.com/mgillespie/Library-ES32A08.git architectures=esp32