From f06bbe238e23ca83bf0a0a2c1b46776487fa876b Mon Sep 17 00:00:00 2001 From: Christopher Thomas Date: Mon, 9 Oct 2017 19:32:41 -0700 Subject: [PATCH] Add platform espressif8266 --- library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 5a23a39..4710920 100644 --- a/library.json +++ b/library.json @@ -10,6 +10,7 @@ "frameworks": "arduino", "platforms": [ - "atmelavr" + "atmelavr", + "espressif8266" ] -} \ No newline at end of file +}