update config

This commit is contained in:
2025-02-05 19:47:13 -05:00
parent e7de56b8ee
commit a6eb2f8fcf
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
"description": "Library for ES32A08 board to handle relays, digital inputs, and 7-segment display", "description": "Library for ES32A08 board to handle relays, digital inputs, and 7-segment display",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ton-repo/ES32A08_Library.git" "url": "https://git.technosoutien.com/mgillespie/Library-ES32A08.git"
}, },
"authors": [ "authors": [
{ {
"name": "Ton Nom", "name": "Maxime Gillespie",
"email": "ton.email@example.com", "email": "maxime@technosoutien.com",
"url": "https://github.com/ton-repo" "url": "https://git.technosoutien.com/mgillespie"
} }
], ],
"license": "MIT", "license": "MIT",

View File

@@ -1,9 +1,9 @@
name=ES32A08 name=ES32A08
version=1.0.0 version=1.0.0
author=Ton Nom author=Maxime Gillespie
maintainer=Ton Email <ton.email@example.com> maintainer=maxime@techonsoutien.com <maxime@technosoutien.com>
sentence=Library for ES32A08 board to handle relays, digital inputs, and 7-segment display. 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. paragraph=Provides functions for reading analog/digital inputs, controlling relays, and displaying numbers/messages on a 7-segment display.
category=Communication category=Communication
url=https://github.com/ton-repo/ES32A08_Library url=https://git.technosoutien.com/mgillespie/Library-ES32A08.git
architectures=esp32 architectures=esp32