From bb9cc50e73fdb2730e8db11cfffb561309003730 Mon Sep 17 00:00:00 2001 From: Ricardo JL Rufino Date: Wed, 26 Oct 2016 18:42:19 -0300 Subject: [PATCH] Update library.json use espressif8266 the old value will be deprecated --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 6cb2741..980c43f 100644 --- a/library.json +++ b/library.json @@ -10,5 +10,5 @@ "version": "1.1.8", "exclude": "doc", "frameworks": "arduino", - "platforms": ["atmelavr", "ststm32", "teensy", "espressif"] + "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] }