Skip to content

Commit f06f515

Browse files
author
Alex.Tan
committed
feat: update library.properties depends
1 parent b37eca8 commit f06f515

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ git clone [email protected]:UBTEDU/uKit-Explore-library.git
3030

3131
### Update
3232

33+
#### V1.2.28-1 CHANGELOG:
34+
35+
更新 `library.properties` 新增了 `depends` 依赖安装
36+
Update the `library.properties`, add a new key `depends`.
37+
3338
#### V1.2.25更新说明:
3439

3540
1. 修改批量设置舵机角度接口, 可以为每个舵机设置不同的时间.

library.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name=uKit Explore
2-
version=1.2.28
2+
version=1.2.28-1
33
author=jialong.kuang, UBTECH
44
maintainer=UBTECH <www.ubtrobot.com/cn/>
55
sentence= Use to drive all devices provided by UBTECH company.
66
paragraph=This library allows an Arduino board to control all devices provided by UBTECH company.
77
category=Device Control
88
url=http://www.ubtrobot.com/cn/
99
architectures=*
10+
depends=ArduinoJson (=6.19.5), IRremote (=3.9.0)

0 commit comments

Comments
 (0)