From d30edf393b73759e0a597c486f67c352ba65e9fc Mon Sep 17 00:00:00 2001 From: Daniel da Costa Bittencourt Date: Tue, 30 Aug 2016 14:44:14 -0400 Subject: [PATCH] Add Espressif ESP8266 support in library manifest Add support for ESP8266 so that it could be installed from platformio lib management system. --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 01a2794..6cb2741 100644 --- a/library.json +++ b/library.json @@ -10,5 +10,5 @@ "version": "1.1.8", "exclude": "doc", "frameworks": "arduino", - "platforms": ["atmelavr", "ststm32", "teensy"] + "platforms": ["atmelavr", "ststm32", "teensy", "espressif"] }