Commit a16bed4d authored by 李冠华's avatar 李冠华

🐞 fix:修改触发充电信号同时自检或触发清大计功能时,电量条显示异常的问题

parent ee674840
......@@ -234,7 +234,7 @@ void Gauge_Service(void)
{
if ((Get_CAN_Power_State() != PKEY_ON) && (Get_CAN_Power_State() != KEY_OFF) && (Get_CAN_Power_State() != POWER_CHECK_NULL))
{
if (g_u8TYWClearEepromFlag >= 1)
if ((g_u8TYWClearEepromFlag >= 1) && (Common_GetIgnOnTime() > 1500))
{
TYW_RESET_TIME();
Check_SEG_Display();
......
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