Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT_RMR42E
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
时昊
RT_RMR42E
Commits
961622b2
Commit
961622b2
authored
Jul 18, 2024
by
郑萍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:过压保护电压修改以及电池电量条高于10显示10
parent
1359cab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+8
-0
System_Monitor_User.c
...are/Source/Component/System_Monitor/System_Monitor_User.c
+2
-2
No files found.
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
961622b2
...
@@ -92,6 +92,10 @@ uint8_t Get_CAN_Num_MBMS_Soc_1_Grid(void)
...
@@ -92,6 +92,10 @@ uint8_t Get_CAN_Num_MBMS_Soc_1_Grid(void)
{
{
num
++
;
num
++
;
}
}
if
(
num
>
10
)
{
num
=
10
;
}
return
num
;
return
num
;
}
}
uint8_t
Get_CAN_Num_SBMS_Soc_2_Grid
(
void
)
uint8_t
Get_CAN_Num_SBMS_Soc_2_Grid
(
void
)
...
@@ -103,6 +107,10 @@ uint8_t Get_CAN_Num_SBMS_Soc_2_Grid(void)
...
@@ -103,6 +107,10 @@ uint8_t Get_CAN_Num_SBMS_Soc_2_Grid(void)
{
{
num
++
;
num
++
;
}
}
if
(
num
>
10
)
{
num
=
10
;
}
return
num
;
return
num
;
}
}
uint8_t
SOC1_Count
=
0
;
uint8_t
SOC1_Count
=
0
;
...
...
Firmware/Source/Component/System_Monitor/System_Monitor_User.c
View file @
961622b2
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#define u16EXIT_HIGH_Y_RANGE 17000U
#define u16EXIT_HIGH_Y_RANGE 17000U
#define u16ENTER_HIGH_Y_RANGE 17500U
#define u16ENTER_HIGH_Y_RANGE 17500U
#define u16EXIT_HIGH_N_RANGE 1
75
00U
#define u16EXIT_HIGH_N_RANGE 1
80
00U
#define u16ENTER_HIGH_N_RANGE 18
0
00U
#define u16ENTER_HIGH_N_RANGE 18
5
00U
#define u16Top_Vol 0xffffu
#define u16Top_Vol 0xffffu
...
...
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