Commit c023c92d authored by wangkai's avatar wangkai

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

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