update config
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user