From 404b1866e36c979b72dfcd57cf5ecca8058772e6 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 17 Jun 2015 13:05:01 +0300 Subject: [PATCH] Specify additional fields for @PlatformIO Registry --- library.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index 534c3bf5..30a56c94 100644 --- a/library.json +++ b/library.json @@ -11,11 +11,12 @@ "email": "jpa@nanopb.mail.kapsi.fi", "url": "http://koti.kapsi.fi/jpa/nanopb/" }], - "frameworks": [ - "arduino" + "include": [ + "*.c", + "*.cpp", + "*.h" ], - "platforms": [ - "atmelavr", - "teensy" - ] + "examples": "examples/*/*.c", + "frameworks": "*", + "platforms": "*" } -- 2.16.6