Commit 9088285b authored by 陈家乐's avatar 陈家乐

🐞 fix:大计里程最大值微调

parent 927ea308
......@@ -64,7 +64,7 @@ void Data_User_Mileage_KL30Init(void)
{
ODOInit.Offset = TempBuf[1];
}
ODOInit.MaxValue = 3218672;//英里199999
ODOInit.MaxValue = 3219999;//英里199999
Data_ODO_KL30_Init(DataODOBuf, &ODOInit, Func.EEPromWrite_Cbk);
(void)Data_User_EEPROM_Read(EM_TRIP_BLOCK, TempBuf + 3, 2);
......
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