Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions libraries/AsyncUDP/library.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name":"AsyncUDP",
"description":"Asynchronous UDP Library for ESP32",
"keywords":"async,udp,server,client,multicast,broadcast",
"authors":
{
"name": "AsyncUDP",
"description": "Asynchronous UDP Library for ESP32",
"keywords": "async,udp,server,client,multicast,broadcast",
"authors": {
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/me-no-dev/ESPAsyncUDP.git"
},
"frameworks": "arduino",
"platforms":"espressif"
}
"frameworks": [
"arduino"
],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changing frameworks to a list is not necessary

"platforms": [
"espressif32"
]
}