Skip to content

Commit

Permalink
Merge pull request #45 from longshijing/master
Browse files Browse the repository at this point in the history
修复说明文档
  • Loading branch information
louiscrazy authored Dec 16, 2022
2 parents e405a2e + fc28262 commit 35470fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@

17、增加消息存储样例

18、增加文件上传/下载功能

19、增加MQTT5.0协议
18、增加MQTT5.0协议

如需回到旧版,请下载realeases版本 https://github.com/huaweicloud/huaweicloud-iot-device-sdk-c/releases

Expand Down Expand Up @@ -577,7 +575,7 @@ void SetAuthConfig() {
该新增代码为样例代码,存储的容器采用的是动态二维数组,用户可以根据自己的业务逻辑来进行选择。建议设备采集到数据后就进行存储,设备链路正常的时候再进行重发。
基本逻辑如下:
- 上报数据前 存储传感器的数据(当前使用的是数组 用户可以自己选择)

![](./doc/doc_cn/存储.png)

- 如果收到了publish成功的响应 再从容器中删除该条消息,如果存储中有未发送的数据,再次发送。
Expand Down

0 comments on commit 35470fe

Please sign in to comment.