基质喷涂
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.

18 lines
439 B

  1. //
  2. // Created by iflyt on 2025/7/10.
  3. //
  4. #ifndef PROJECT_CONFG_H
  5. #define PROJECT_CONFG_H
  6. #define SUB_SPRAY_VERVION_V1 1
  7. #define SUB_SPRAY_VERVION_V2 2
  8. #define SUB_SPRAY_VERVION SUB_SPRAY_VERVION_V2
  9. #define MOTOR_REAL 1 // 真实电机导程
  10. #define GY_USE_TIM4 0 // TIM 4 通道与 其他通道有冲突, 新版 设置为 0
  11. #define HG_ENABLE 1 // 高压包使能
  12. #define TW_ENABLE 1 // 三通阀使能
  13. #endif //PROJECT_CONFG_H