From 67f7861d7c78eb2d7778c0f2b3f8d275584574b5 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 7 Nov 2015 15:25:21 +0100 Subject: [PATCH] Added SPL to supported frameworks --- library.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index bf8798c1..f2cd6dab 100644 --- a/library.json +++ b/library.json @@ -33,10 +33,14 @@ }, "examples": [ - "examples/*/*.ino", - "examples/*/*/*.ino" + "examples/*/*.ino", + "examples/*/*/*.ino" + ], + "frameworks": + [ + "arduino", + "spl" ], - "frameworks": "arduino", "platforms": [ "atmelavr",