Commit 36322f83 authored by 王金亮's avatar 王金亮

56857 【豪进7500TFT】【绥化】【自检】请确认有车速时,按键是否响应

有车速时,不响应按键
parent 1bea0f4a
...@@ -388,9 +388,12 @@ void Get_DisTime_Service(void) ...@@ -388,9 +388,12 @@ void Get_DisTime_Service(void)
void My_Key_Service(void) void My_Key_Service(void)
{ {
/* 自检时不可操作按键 */ /* 自检时不可操作按键 */
if(g_u8SelfCheck) if(g_u8SelfCheck)
{ {
Key_Service(); if(Get_ActualVechileSpeed() == 0)
{
Key_Service();
}
} }
} }
......
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