We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab804b commit 03e91f1Copy full SHA for 03e91f1
library.json
@@ -13,7 +13,7 @@
13
"dependencies": {
14
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git"
15
},
16
- "version": "0.0.1",
+ "version": "0.0.2",
17
"frameworks": [
18
"arduino"
19
],
@@ -23,9 +23,8 @@
23
"headers": "M5UnitUnifiedHEART.h",
24
"license": "MIT",
25
"export": {
26
- "exclude":
27
- [
+ "exclude": [
28
"docs/html"
29
]
30
}
31
-}
+}
library.properties
@@ -1,5 +1,5 @@
1
name=M5Unit-HEART
2
-version=0.0.1
+version=0.0.2
3
author=M5Stack
4
maintainer=M5Stack
5
sentence=Library for M5Stack UNIT HEART using M5UnitUnified
0 commit comments