From 72c28a4d95123313b23c19d22030ce9f26693e72 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 11 Sep 2017 14:38:58 +0300 Subject: [PATCH] Set compatibility only with Espressif 32 --- library.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/library.json b/library.json index b0f1ab2..3368589 100644 --- a/library.json +++ b/library.json @@ -15,8 +15,5 @@ "version": "1.0.0", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms":"espressif", - "examples": [ - "examples/*/*.ino" - ] + "platforms":"espressif32" }