From 759e8055233863d3bbb399e23f8ca95c95e19e24 Mon Sep 17 00:00:00 2001 From: Guillaume Lederrey Date: Sun, 6 Sep 2015 10:14:42 +0200 Subject: [PATCH] Examples should be excluded from platformio library.json file If examples are not excluded, platformio will try to build them (and fail). --- library.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 77c01283..fda2575d 100644 --- a/library.json +++ b/library.json @@ -8,9 +8,11 @@ "url": "https://github.com/TMRh20/RF24Network.git" }, "dependencies": { "name": "RF24", "authors": "TMRh20", "frameworks": "arduino" }, - "exclude": [ - "RPi", - "tests" + "exclude": [ + "examples/*", + "examples_RPi/*", + "RPi/*", + "tests/*" ], "frameworks": "arduino", "platforms": [