Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
76b4e4f7
Commit
76b4e4f7
authored
Jan 13, 2026
by
李鑫3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:添加下电停止检测
parent
51f66940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
api_RS485.c
YueJin_test_bench/source/Appliciation/api_RS485.c
+2
-2
No files found.
YueJin_test_bench/source/Appliciation/api_RS485.c
View file @
76b4e4f7
...
...
@@ -641,9 +641,9 @@ const uint16_t ODODigitNum09PosX22 []= {165,155,145,135,125,115};
void
EE_Read
(
void
)
{
if
((
EE_Flag
!=
16
))
if
((
EE_Flag
!=
64
))
{
if
(
ee_flag
==
1
)
if
(
(
ee_flag
==
1
)
&&
(
LINE_OUT_NEG_04
==
1
)
)
{
eenum
++
;
...
...
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