Update library.json

use espressif8266 the old value will be deprecated
This commit is contained in:
Ricardo JL Rufino
2016-10-26 18:42:19 -03:00
committed by GitHub
parent 82f2074e40
commit bb9cc50e73

View File

@@ -10,5 +10,5 @@
"version": "1.1.8",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif"]
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
}