Skip to content

Commit bc8ea63

Browse files
author
Ayush Sharma
committed
Fixed Library for Final Release
1 parent 6f59e0d commit bc8ea63

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Step 1 and Step 2 only required for first time in each and every esp which uses
4949

5050
## User Tabs
5151

52-
ESP-DASH Gives users to add their own tabs on Dashboard! With a auto updating function which keeps your Dashboard Dynamically Updated at an Interval of 2 Seconds.
52+
ESP-DASH Gives users ability to add their own tabs on Dashboard! With a auto updating function which keeps your Dashboard Dynamically Updated at an Interval of 2 Seconds.
5353

5454
![UserTab](https://github.com/ayushsharma82/ESP-DASH/blob/master/docs/tab.gif)
5555

library.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
"type": "git",
88
"url": "https://github.com/ayushsharma82/ESP-DASH.git"
99
},
10-
"frameworks": "arduino",
11-
"platforms":
10+
"authors":
1211
[
13-
"espressif"
14-
]
12+
{
13+
"name": "Ayush Sharma",
14+
"email": "[email protected]",
15+
"maintainer": true
16+
}
17+
],
18+
"version": "1.0.0",
19+
"frameworks": "arduino",
20+
"platforms": "espressif"
1521
}

0 commit comments

Comments
 (0)