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.

36 lines
342 B

2 years ago
4 months ago
2 years ago
4 months ago
2 years ago
4 months ago
4 months ago
2 years ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. # README
  2. ```
  3. 说明文档: https://iflytop1.feishu.cn/wiki/QFwVwGnI8iYp0fk20W9cnpYAnkg
  4. ```
  5. ## 工程初始化
  6. ```
  7. ./init.sh
  8. ```
  9. ## 版本
  10. ```
  11. v2.3 | 修复zcan没有回执的BUG
  12. ```
  13. ## 脚本说明
  14. ```shell
  15. # 编译
  16. ./tools/build.sh
  17. # 调试阶段部署
  18. ./tools/deply.sh root@192.168.8.10
  19. #打包
  20. ./tools/packet.sh version
  21. ```