diff --git a/libraries/AsyncUDP/library.json b/libraries/AsyncUDP/library.json index af70b76a45c..670df0bb400 100644 --- a/libraries/AsyncUDP/library.json +++ b/libraries/AsyncUDP/library.json @@ -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" + ], + "platforms": [ + "espressif32" + ] }