FIX: fix flow ratio fine cali bug

Change-Id: Ice774521bb1ea8ebf37791125f4ba6a04f7ddca2
This commit is contained in:
zhimin.zeng 2023-07-05 16:58:55 +08:00 committed by Lane.Wei
parent ce9561c6f8
commit fe5312af46
3 changed files with 26 additions and 5 deletions

View file

@ -11,6 +11,11 @@ enum CaliPresetStage {
CALI_MANUAL_STAGE_2,
};
enum FlowRatioCaliSource {
FROM_PRESET_PAGE = 0,
FROM_COARSE_PAGE,
};
class CaliPresetCaliStagePanel : public wxPanel
{
public: