Commit 3f56df9d authored by 张金硕's avatar 张金硕

feat:除了走步骤界面,远光灯一直闪

parent ee7df05e
...@@ -3399,7 +3399,7 @@ void Stage_Manage() ...@@ -3399,7 +3399,7 @@ void Stage_Manage()
{ {
case 0: case 0:
ProjectDynamicConfig();//��Ŀ��̬��������ȼ�͡�BVM��DMS�� ProjectDynamicConfig();//��Ŀ��̬��������ȼ�͡�BVM��DMS��
HJ_High_BeamFlash(); // HJ_High_BeamFlash();
#if (PRO_JAPE2) #if (PRO_JAPE2)
if ((g_uiCuntDownFlag == 1)&&(TftTimer == 0)){ if ((g_uiCuntDownFlag == 1)&&(TftTimer == 0)){
can(); can();
......
...@@ -845,6 +845,13 @@ void main(void) ...@@ -845,6 +845,13 @@ void main(void)
HU_MON_PE_01.HU_OptionInfo_L = 0x2; HU_MON_PE_01.HU_OptionInfo_L = 0x2;
#endif #endif
} }
if (g_Stage != STAGE_Other)
{
HJ_High_BeamFlash();
}
else{;}
if ((g_Stage == STAGE_WaterAndFuel) ||(g_Stage == 0)) if ((g_Stage == STAGE_WaterAndFuel) ||(g_Stage == 0))
{ {
GetInfo(); GetInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment