Skip to content

Commit

Permalink
Merge pull request #406 from cruise2018/iot_link
Browse files Browse the repository at this point in the history
modify:version: do a release here
  • Loading branch information
cruise2018 authored Jul 22, 2020
2 parents 463a0c9 + 3937c36 commit 8260d40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ v1.3.1:
1,将os的实现接口归一化,清除link_main的os组件相关的编译宏
2,将tcpip的实现接口归一化,清除link_main的tcpip组件的编译宏开关

v2.0.0:
v2.1.0:
1,增加OC MQTT的V5接口支持,由于设备发放平台暂时不ready,因此先屏蔽
2,DTLS增加DTLS AL,用于支持LWM2M MQTT COAP等组件

v2.2.1:
1,增加了OTA功能,基于MQTT的FOTA

v2.2.2:
1,增加了OTA升级时候的掉电保护
2,增加了OTA下载校验
3,增加了OTA下载进度上报功能



2 changes: 1 addition & 1 deletion iot_link/link_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#define CN_LINK_VERSION_MAJOR 2
#define CN_LINK_VERSION_MINOR 2
#define CN_LINK_VERSION_FEATURE 1
#define CN_LINK_VERSION_FEATURE 2


static char s_link_mainversion[64];
Expand Down

0 comments on commit 8260d40

Please sign in to comment.