Commit 2d8a2c3c authored by 张金硕's avatar 张金硕

🐞 fix:IGoff5秒近休眠

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