From 031da04f360719fb5ef186bf2f24a677ebe32eb5 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sat, 21 Jul 2018 14:54:12 +0200 Subject: [PATCH] Pridana platforma ESP32 --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index bdb4973..070dfe2 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ "version": "0.0.2", "license": "MIT", "frameworks": "arduino", - "platforms": "espressif8266", + "platforms": ["espressif8266","espressif32"], "build": { "libCompatMode": 2 }