1 parent 519437f commit 1fbc43dCopy full SHA for 1fbc43d
2 files changed
library.json
@@ -10,8 +10,9 @@
10
"type": "git",
11
"url": "https://github.com/m5stack/M5Unit-RFID.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
+ m5stack/M5UnitUnified@>=0.1.0
; --------------------------------
[m5base]
0 commit comments