Commit 515eb697 authored by 张金硕's avatar 张金硕

🐞 fix:60717 【豪进7500TFT】【电压指示灯】IGN OFF,20S左右仪表才休眠,改为3S

parent 1a4adee7
......@@ -184,7 +184,7 @@ static Power_Status_em Power_Stay_OFF(void)
}
else
{
if ((Common_GetIgnOffTime() < 20000))
if ((Common_GetIgnOffTime() < 3000))
{
u8PowerSts = EM_IGN_OFF;
}
......
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