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.

57 lines
864 B

2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # README
  2. ```
  3. V2.2
  4. 1.添加H2O2-RS计算算法
  5. V5
  6. 1.添加传感器预热检查
  7. ```
  8. ```
  9. TODO:
  10. 1. 如果CAN总线意外断开,程序无法自恢复通信。
  11. ```
  12. ```
  13. 1. 输入rootiflytop9973可以进入超级用户
  14. 2. ws测试地址: ws://192.168.8.10:19000
  15. ```
  16. # 测试指令
  17. ```
  18. ./app.out 正常启动
  19. 开始消毒
  20. {"command":"startDisinfection","loglevel":12,"messageId":"startDisinfection","roomVolume":0}
  21. 导出记录
  22. {"command":"exportDisinfectionRecord","keys":["2024-0516-094233","2024-0516-092446","2024-0516-092339"],"messageId":"exportDisinfectionRecord"}
  23. ```
  24. ```
  25. sudo apt-get install sqlite3 libsqlite3-dev
  26. sudo apt-get install sqlite3:arm64 libsqlite3-dev:arm64
  27. sqlite可视化
  28. sudo apt-get install sqlitebrowser
  29. https://www.sqlite.org/docs.html
  30. ```
  31. # 编译指令
  32. ```
  33. ./init.sh
  34. ./build.sh
  35. ```