Commit 06eb2b04 authored by 陈家乐's avatar 陈家乐

🐞 fix:燃油表取消自检时间判断条件

parent c4e7ae94
...@@ -221,9 +221,7 @@ void Fuel_Gauges_Cal(uint8_t deltaTime) ...@@ -221,9 +221,7 @@ void Fuel_Gauges_Cal(uint8_t deltaTime)
} }
} }
/*计算目标格数*/
if(Common_GetIgnOnTime() > 3005)
{
if (FuelDir == FUEL_SEG_UP) if (FuelDir == FUEL_SEG_UP)
{ {
if (((DesFuelSetp == 4) || FuelInitFlag) && (FuelR < 130)) if (((DesFuelSetp == 4) || FuelInitFlag) && (FuelR < 130))
...@@ -270,7 +268,7 @@ void Fuel_Gauges_Cal(uint8_t deltaTime) ...@@ -270,7 +268,7 @@ void Fuel_Gauges_Cal(uint8_t deltaTime)
DesFuelSetp = 4; DesFuelSetp = 4;
} }
} }
}
} }
......
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