You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
477 B

12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
11 months ago
12 months ago
  1. # 编译环境初始化
  2. ```bash
  3. ```
  4. # 编译脚本说明
  5. ```bash
  6. # 编译ARM版本的代码
  7. ./build.sh
  8. # 编译PC版本的代码
  9. ./buildpc.sh
  10. ```
  11. ```
  12. VERSION 1.0.1
  13. 1. 修复nlog 打印时,使用{:.f}导致的异常错误
  14. VERSION 1.0.3
  15. 1. 修改默认超时时间为500ms
  16. 2. 添加对subdevice_overtimes的处理
  17. VERSION 1.0.4
  18. 1. 添加相对饱和度计算
  19. VERSION 1.0.5
  20. 1. 修改测试json格式
  21. 2. 修改气密性测试阀门控制逻辑
  22. ```