From aa54114b6c29e8dcae221d90c73288b07042033e Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 15 Aug 2016 12:14:51 +0300 Subject: [PATCH] Update PlatformIO library manifest --- library.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/library.json b/library.json index 77e031934..bdfc19e35 100644 --- a/library.json +++ b/library.json @@ -7,13 +7,14 @@ "type": "git", "url": "https://github.com/TMRh20/RF24.git" }, - "include": [ - "*.h", - "*.c", - "*.cpp", - "utility/*", - "examples/*/*.ino" - ], + "build": { + "srcFilter": [ + "+<*.c>", + "+<*.cpp>", + "+<*.h>" + ] + }, + "version": "1.1.7", "frameworks": "arduino", "platforms": [ "atmelavr",