From 43b781a158e610998ed22467e0d307ab294e994b Mon Sep 17 00:00:00 2001 From: andig Date: Wed, 5 Jun 2019 13:43:15 +0200 Subject: [PATCH] Update AsyncUDP library.json (#2837) * Fix https://github.com/platformio/platform-espressif32/issues/186 * Drop library.json --- libraries/AsyncUDP/library.json | 17 ----------------- 1 file changed, 17 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 af70b76a..00000000 --- a/libraries/AsyncUDP/library.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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" -}