From f1d95c94df427af62920737d68ffcc7c3ad6545b Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Fri, 27 Jul 2018 14:54:22 +0300 Subject: [PATCH] platformio: drop 'export' option from config Library should be useable from pio both by direct git link and by name. --- library.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/library.json b/library.json index 4862173..c97112f 100644 --- a/library.json +++ b/library.json @@ -11,9 +11,6 @@ "url": "https://github.com/PetteriAimonen/libfixmath.git" }, "license": "MIT", - "export": { - "include": "libfixmath" - }, "build": { "srcFilter": "+" },