Skip to content

Commit 7846baa

Browse files
committed
Update library metadata
1 parent 3741cde commit 7846baa

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

library.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPEssentials",
3-
"description": "Essentials for the ESP8266",
3+
"description": "Essentials to get you started with your ESP8266 project",
44
"repository":
55
{
66
"type": "git",
@@ -10,7 +10,9 @@
1010
"platforms": "espressif8266",
1111
"authors":
1212
{
13-
"name": "stnkl",
14-
"maintainer": true
15-
}
13+
"name": "Stephan Rumswinkel",
14+
"maintainer": true,
15+
"url": "https://github.com/stnkl"
16+
},
17+
"version": "1.0"
1618
}

library.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=ESPEssentials
22
version=1.0
3-
author=stnkl
4-
maintainer=stnkl
5-
sentence=Essentials for the ESP8266
6-
paragraph=Essentials for the ESP8266
7-
url=https://github.com/stnkl/ESPEssentials
3+
author=Stephan Rumswinkel
4+
maintainer=Stephan Rumswinkel
5+
sentence=Essentials to get you started with your ESP8266 projects
6+
paragraph=Library for setting up the usual features of the ESP8266 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code.
7+
url=https://github.com/stnkl/ESPEssentials.git
88
category=Communication
9-
architectures=*
109
architectures=esp8266
10+
depends=WiFiManager

0 commit comments

Comments
 (0)