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 f534dfd commit dc672a5Copy full SHA for dc672a5
2 files changed
library.json
@@ -10,8 +10,9 @@
10
"type": "git",
11
"url": "https://github.com/m5stack/M5Unit-KEYBOARD.git"
12
},
13
- "dependencies": {
14
- "M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git"
+ "dependencies":
+ {
15
+ "m5stack/M5UnitUnified": ">=0.1.0"
16
17
"version": "0.0.1",
18
"frameworks": [
platformio.ini
@@ -10,7 +10,7 @@ lib_ldf_mode = deep
test_framework = googletest
test_build_src = true
lib_deps=m5stack/M5Unified
- m5stack/M5UnitUnified@^0.0.5
+ m5stack/M5UnitUnified@>=0.1.0
; --------------------------------
[m5base]
0 commit comments