Skip to content

Commit 76f03c9

Browse files
authored
Update library.json
1 parent fd5a2f0 commit 76f03c9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

libraries/AsyncUDP/library.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2-
"name":"AsyncUDP",
3-
"description":"Asynchronous UDP Library for ESP32",
4-
"keywords":"async,udp,server,client,multicast,broadcast",
5-
"authors":
6-
{
2+
"name": "AsyncUDP",
3+
"description": "Asynchronous UDP Library for ESP32",
4+
"keywords": "async,udp,server,client,multicast,broadcast",
5+
"authors": {
76
"name": "Hristo Gochkov",
87
"maintainer": true
98
},
10-
"repository":
11-
{
12-
"type": "git",
13-
"url": "https://github.com/me-no-dev/ESPAsyncUDP.git"
14-
},
15-
"frameworks": "arduino",
16-
"platforms":"espressif"
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"platforms": [
13+
"espressif32"
14+
]
1715
}

0 commit comments

Comments
 (0)