feat: 添加图像前瞻点用菜单可调功能

This commit is contained in:
2024-03-23 16:53:58 +08:00
parent c557c01f32
commit 71ddf865e3
7 changed files with 19 additions and 30 deletions

View File

@@ -21,8 +21,8 @@ enum state_type_e {
};
extern enum state_type_e state_type;
#define CROSS_AIM (0.49f)
#define COMMON_AIM (0.35f)
extern float cricle_aim;
extern float cross_aim;
extern float common_aim;
#endif /* STATE_H_ */