From 1a287c0b346df0f698e77ebed3a71a5ffb8567fe Mon Sep 17 00:00:00 2001 From: Jarek Zgoda Date: Tue, 11 Oct 2016 10:36:03 +0200 Subject: [PATCH] Update PlatformIO manifest - ESP8266 platform supported --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 4be426f..1bc7367 100644 --- a/library.json +++ b/library.json @@ -14,5 +14,5 @@ "version": "1.3.4", "exclude": ["def", "thirdparty libraries", "utility/docs", "doxygen*"], "frameworks": "arduino", - "platforms": "atmelavr" -} \ No newline at end of file + "platforms": "atmelavr,espressif8266" +}