Commit 5e98200b authored by 王金山's avatar 王金山

Merge branch 'Bugfix/修复374958天然气气量低状态指示灯图标错误,策略错误' into 'EF0120250621MoterserV'

fix:修复374958 只更改了然气气量低状态指示灯掉线熄灭

See merge request !48
parents fb05d7ce c023c92d
...@@ -1370,7 +1370,7 @@ void Telltales_Management(void) ...@@ -1370,7 +1370,7 @@ void Telltales_Management(void)
if ((EMS_51C_STATUS & CAN_MSG_LOST) || (EMS_CylinderPressure > 64255)) if ((EMS_51C_STATUS & CAN_MSG_LOST) || (EMS_CylinderPressure > 64255))
{ {
if (STEPPER_MOTOR_0_CUR_STEP <= 100) if (STEPPER_MOTOR_0_CUR_STEP <= 100)
TelltaleLCD_Flag33 = 1; //锟斤拷然锟斤拷锟斤拷锟斤拷锟斤拷状态指示锟斤拷 TelltaleLCD_Flag33 = 0; //锟斤拷然锟斤拷锟斤拷锟斤拷锟斤拷状态指示锟斤拷
} }
else if (EMS_CylinderPressure < 3200) else if (EMS_CylinderPressure < 3200)
{ {
......
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