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

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

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