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
07df177a
Commit
07df177a
authored
Jul 31, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:临时屏蔽后门清大计逻辑
parent
f3d2a51a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
Key_user.c
Firmware/Source/Component/Key/Key_user.c
+15
-15
No files found.
Firmware/Source/Component/Key/Key_user.c
View file @
07df177a
...
...
@@ -55,7 +55,7 @@ void Key_Operation_Right(Key_Event_en_t enKeyEvent)//确认
case
KEY_EVENT_LONG_PRESS_3
:
//5s
break
;
case
KEY_EVENT_LONG_PRESS_4
:
//10s
TYW_RESET_ODO
();
//
TYW_RESET_ODO();
break
;
case
KEY_EVENT_OFF_TO_ON
:
break
;
...
...
@@ -311,10 +311,10 @@ void TYW_RESET_ODO(void)
{
if
(
ClearODO_Flag
<
1
)
{
if
((
Get_DispVechileSpeed
()
>=
199
0
)
&&
(
Get_DispEngineSpeed
()
>=
12000
))
if
((
Get_DispVechileSpeed
()
>=
150
0
)
&&
(
Get_DispEngineSpeed
()
>=
12000
))
{
ClearODO_Flag
=
1
;
Data_Mileage_Clear
();
//
Data_Mileage_Clear();
}
}
}
...
...
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