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:
authorIvan Kravets <me@ikravets.com>2018-02-08 02:17:01 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2018-02-08 02:17:01 +0300
commite0b158ad5ac39549efcca7d63dd6d9413ce40cad (patch)
tree3559043817fc8a6f74aa446f353a4a2c2b390a45 /library.json
parentf6c4e51ac7ce7ef7813eda91bb70dca5a3827634 (diff)
Don't archive library with @PlatformIO Builder (#563)
Diffstat (limited to 'library.json')
-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
+ }
}