Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/library.json b/library.json
index b930d94c..e9abf471 100644
--- a/library.json
+++ b/library.json
@@ -22,9 +22,8 @@
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
- "platforms": "atmelavr,atmelsam,freescalekinetis,nordicnrf51,nxplpc,ststm32,teensy,esp8266,esp32",
- "examples": [
- "examples/*/*.ino",
- "examples/*/*/*.ino"
- ]
+ "platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32",
+ "build": {
+ "libArchive": false
+ }
}