From 0cdad35b532144447969e8e0079214e6a0b159df Mon Sep 17 00:00:00 2001 From: andig Date: Tue, 28 May 2019 20:38:18 +0200 Subject: [PATCH 1/2] Fix https://github.com/platformio/platform-espressif32/issues/186 --- libraries/AsyncUDP/library.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/libraries/AsyncUDP/library.json b/libraries/AsyncUDP/library.json index af70b76a45c..96cb34def84 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" + ] +} \ No newline at end of file From e371a22756a6044bc002ba1632de915eac9d6fe6 Mon Sep 17 00:00:00 2001 From: andig Date: Tue, 4 Jun 2019 21:38:05 +0200 Subject: [PATCH 2/2] Drop library.json --- libraries/AsyncUDP/library.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libraries/AsyncUDP/library.json diff --git a/libraries/AsyncUDP/library.json b/libraries/AsyncUDP/library.json deleted file mode 100644 index 96cb34def84..00000000000 --- a/libraries/AsyncUDP/library.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "AsyncUDP", - "description": "Asynchronous UDP Library for ESP32", - "keywords": "async,udp,server,client,multicast,broadcast", - "authors": { - "name": "Hristo Gochkov", - "maintainer": true - }, - "frameworks": [ - "arduino" - ], - "platforms": [ - "espressif32" - ] -} \ No newline at end of file