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

🐞 fix:52964 胎压从学习成功信号改为未学习的信号,2分钟后前轮恢复上一胎压值,后轮没变化,修改后轮胎压时间计数器

parent 6733d41a
......@@ -209,7 +209,7 @@ void Data_TPMS_Processing_Service ( void )
{
if(LearnTime_Count1 <= 6000)
{
LearnTime_Count1 = 0;
LearnTime_Count1++;// = 0;
TPMS.TPMS_Rear_Learn = Unstudied;
}
else
......
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