From 4b04f6fa532229940ddd0f11bce418da8c63daef Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 7 Mar 2018 10:33:33 +0200 Subject: [PATCH] Update supported platforms, allow PIO to detect examples automatically --- library.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/library.json b/library.json index a019efb..0dbd62d 100644 --- a/library.json +++ b/library.json @@ -21,8 +21,5 @@ ] }, "frameworks": "arduino", - "platforms": "*", - "examples": [ - "examples/*/*.ino" - ] + "platforms": "atmelavr, espressif8266, espressif32" }