aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-03-28 13:24:57 +0100
committerGitHub <noreply@github.com>2021-03-28 13:24:57 +0100
commit9684d3abb8eca67b9703eddb5c19dfdd70bbc003 (patch)
treef98a490ec24f547a39495d4467b5932b452b21ee
parentfbcd18aaad8b67f0f4271ce99555c2990814b6d8 (diff)
Update library.json
-rw-r--r--library.json29
1 files changed, 12 insertions, 17 deletions
diff --git a/library.json b/library.json
index 8b4c1fa..0a6a67d 100644
--- a/library.json
+++ b/library.json
@@ -10,26 +10,21 @@
"name": "Faptastic",
"url": "https://github.com/mrfaptastic/"
},
- "version": "2.0.1",
+ "version": "2.0.2",
"frameworks": "arduino",
"platforms": "esp32",
"examples": [
- "examples/AnimatedGIFPanel/*.ino",
- "examples/AnimatedGIFPanel/*.cpp",
- "examples/AnimatedGIFPanel/*.h",
- "examples/AuroraDemo/*.ino",
- "examples/AuroraDemo/*.cpp",
- "examples/AuroraDemo/*.h",
- "examples/BitmapIcons/*.ino",
- "examples/BitmapIcons/*.cpp",
- "examples/BitmapIcons/*.h",
- "examples/DoubleBufferSwap/*.ino",
+ "examples/1_SimpleTestShapes/*.ino",
+ "examples/1_SimpleTestShapes/*.cpp",
+ "examples/1_SimpleTestShapes/*.h",
+ "examples/2_PatternPlasma/*.ino",
+ "examples/2_PatternPlasma/*.cpp",
+ "examples/2_PatternPlasma/*.h",
+ "examples/3_FM6126Panel/*.ino",
+ "examples/3_FM6126Panel/*.cpp",
+ "examples/3_FM6126Panel/*.h",
"examples/ChainedPanels/*.ino",
- "examples/PatternPlasma/*.ino",
- "examples/PatternPlasma/*.cpp",
- "examples/PatternPlasma/*.h",
- "examples/testshapes_32x64/*.ino",
- "examples/testshapes_32x64/*.cpp",
- "examples/testshapes_32x64/*.h"
+ "examples/ChainedPanels/*.h",
+ "examples/ChainedPanels/*.cpp"
]
}