Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WZ-EF01
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
WZ
WZ-EF01
Commits
ae3a3556
Commit
ae3a3556
authored
Sep 25, 2025
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
变更项3.屏蔽EPPS报警及相关所有功能
parent
b3735ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Popups.c
code/Sources/Application/src/Popups.c
+2
-1
No files found.
code/Sources/Application/src/Popups.c
View file @
ae3a3556
...
...
@@ -56,6 +56,7 @@ void Popups_Polling(void)
{
if
((
IO_DISPLAY_MODE
==
IO_DISP_MODE_IGN_ON
)
&&
(
IO_DISP_TEST_OFF_TIME
>=
10
)
)
{
#if 0
if (PepslcuAlarm == 1) // PEPS 系统异常
{
Popup_Request(POPUP_PEPS_Fault);
...
...
@@ -166,7 +167,7 @@ void Popups_Polling(void)
else
Popup_Clear(POPUP_Lock_WithKeyInCar); // 闭锁时钥匙在车内
*/
#endif
if
(
Child_Loca_State
==
1
)
// 童锁状态
Popup_Request
(
POPUP_Child_Loca_State
);
else
...
...
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