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
5e98200b
Commit
5e98200b
authored
Mar 25, 2026
by
王金山
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Bugfix/修复374958天然气气量低状态指示灯图标错误,策略错误' into 'EF0120250621MoterserV'
fix:修复374958 只更改了然气气量低状态指示灯掉线熄灭 See merge request
!48
parents
fb05d7ce
c023c92d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Telltales.c
code/Sources/Application/src/Telltales.c
+1
-1
No files found.
code/Sources/Application/src/Telltales.c
View file @
5e98200b
...
@@ -1370,7 +1370,7 @@ void Telltales_Management(void)
...
@@ -1370,7 +1370,7 @@ void Telltales_Management(void)
if
((
EMS_51C_STATUS
&
CAN_MSG_LOST
)
||
(
EMS_CylinderPressure
>
64255
))
if
((
EMS_51C_STATUS
&
CAN_MSG_LOST
)
||
(
EMS_CylinderPressure
>
64255
))
{
{
if
(
STEPPER_MOTOR_0_CUR_STEP
<=
100
)
if
(
STEPPER_MOTOR_0_CUR_STEP
<=
100
)
TelltaleLCD_Flag33
=
1
;
//锟斤拷然锟斤拷锟斤拷锟斤拷锟斤拷状态指示锟斤拷
TelltaleLCD_Flag33
=
0
;
//锟斤拷然锟斤拷锟斤拷锟斤拷锟斤拷状态指示锟斤拷
}
}
else
if
(
EMS_CylinderPressure
<
3200
)
else
if
(
EMS_CylinderPressure
<
3200
)
{
{
...
...
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