Commit aa07cfad authored by 陈家乐's avatar 陈家乐

🐞 fix:52580胎压学习成功后,信号0x373掉线,仪表胎压显示-.-,报警灯点亮

parent d7b14ec6
......@@ -631,7 +631,7 @@ static Tellib_uint16_t LED_Tire_Pressure_Judgement(void)
}
else if((Get_Front_FirstLearn_Flag() == 2) || (Get_Rear_FirstLearn_Flag() == 2))
{
if(Get_Led_TPMS_Waring() == 1)
if((Get_Led_TPMS_Waring() == 1) && ((Get_Front_TPMS_ID_Vaild() == 1) || (Get_Rear_TPMS_ID_Vaild() == 1)))
{
LED_STATE = 1;
}
......
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