Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
haoJin750TFT
Commits
b8f19eaa
Commit
b8f19eaa
authored
Nov 14, 2024
by
heyudong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:69920【导航、互联】有车速情况下,导航或互联界面无法退出至仪表主界面
parent
93f50d8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Key_user.c
Firmware/Source/Component/Key/Key_user.c
+2
-1
No files found.
Firmware/Source/Component/Key/Key_user.c
View file @
b8f19eaa
...
...
@@ -325,7 +325,8 @@ void Key_Event_Short_Press_Right(void)//确认
{
PackedTransfer_BlueTooth_DataSet
(
Phone_Hangup_Out
);
}
else
if
(
Get_ActualVechileSpeed
()
==
0
)
else
if
((
Menu_Get_Current_Cursor_Information
()
==
MENU_ITEM_PHONE_CONNECT_APP
)
||
((
Menu_Get_Current_Cursor_Information
()
==
MENU_ITEM_MAIN_ITEM
)
&&
(
Get_ActualVechileSpeed
()
==
0
)))
{
Menu_Service
(
MENU_KEY_CONFIRM_SHORT
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment