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