Skip to content

Commit 8260d40

Browse files
authored
Merge pull request #406 from cruise2018/iot_link
modify:version: do a release here
2 parents 463a0c9 + 3937c36 commit 8260d40

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

change_log.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@ v1.3.1:
22
1,将os的实现接口归一化,清除link_main的os组件相关的编译宏
33
2,将tcpip的实现接口归一化,清除link_main的tcpip组件的编译宏开关
44

5-
v2.0.0:
5+
v2.1.0:
66
1,增加OC MQTT的V5接口支持,由于设备发放平台暂时不ready,因此先屏蔽
77
2,DTLS增加DTLS AL,用于支持LWM2M MQTT COAP等组件
8+
9+
v2.2.1:
10+
1,增加了OTA功能,基于MQTT的FOTA
11+
12+
v2.2.2:
13+
1,增加了OTA升级时候的掉电保护
14+
2,增加了OTA下载校验
15+
3,增加了OTA下载进度上报功能
16+
817

918

iot_link/link_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
#define CN_LINK_VERSION_MAJOR 2
5252
#define CN_LINK_VERSION_MINOR 2
53-
#define CN_LINK_VERSION_FEATURE 1
53+
#define CN_LINK_VERSION_FEATURE 2
5454

5555

5656
static char s_link_mainversion[64];

0 commit comments

Comments
 (0)