Commit 04fc5de4 authored by 梁百峰's avatar 梁百峰

feat:修改DTC燃油开路阻值

parent 841a6415
......@@ -347,7 +347,7 @@ void AvgFuel_ConsOf100msUL_Set(uint16_t FuelCons)
uint8_t GET_Fuel_Sensor_Resistance_High(void)
{
if (GetFuelResistance() <= 30)
if (GetFuelResistance() > 5150)
{
MinFuelData.Fuel_Sensor_Resistance_High = 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