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
fa844caa
Commit
fa844caa
authored
Dec 03, 2025
by
李鑫3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修改水温
parent
09cfdaf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CAN_APP.c
YueJin_test_bench/source/Appliciation/CAN_APP.c
+4
-4
Display_Info.c
YueJin_test_bench/source/Appliciation/Display_Info.c
+1
-1
No files found.
YueJin_test_bench/source/Appliciation/CAN_APP.c
View file @
fa844caa
...
...
@@ -874,7 +874,7 @@ void can_submit(void)
data2
[
4
]
=
0x0B
;
init_CAN_Frame
(
&
m_msg2
,
0x687
,
8
,
1
,
data2
);
data3
[
2
]
=
0x
0C
;
data3
[
2
]
=
0x
71
;
init_CAN_Frame
(
&
m_msg3
,
0x180
,
8
,
1
,
data3
);
data4
[
0
]
=
0x04
;
//ABS
...
...
@@ -938,7 +938,7 @@ void can_submit(void)
data2
[
4
]
=
0x0B
;
init_CAN_Frame
(
&
m_msg2
,
0x687
,
8
,
1
,
data2
);
data3
[
2
]
=
0x
4C
;
data3
[
2
]
=
0x
96
;
init_CAN_Frame
(
&
m_msg3
,
0x180
,
8
,
1
,
data3
);
data4
[
0
]
=
0x95
;
//ABS
...
...
@@ -970,7 +970,7 @@ void can_submit(void)
// data2[4] = 0x0B;
init_CAN_Frame
(
&
m_msg2
,
0x687
,
8
,
1
,
data2
);
data3
[
2
]
=
0x
4C
;
data3
[
2
]
=
0x
96
;
init_CAN_Frame
(
&
m_msg3
,
0x180
,
8
,
1
,
data3
);
data4
[
0
]
=
0x24
;
//ABS
...
...
@@ -1093,7 +1093,7 @@ void can_submit(void)
// data2[4] = 0x0B;
init_CAN_Frame
(
&
m_msg2
,
0x687
,
8
,
1
,
data2
);
data3
[
2
]
=
0x
4C
;
data3
[
2
]
=
0x
96
;
init_CAN_Frame
(
&
m_msg3
,
0x180
,
8
,
1
,
data3
);
data4
[
0
]
=
0x08
;
//ABS
...
...
YueJin_test_bench/source/Appliciation/Display_Info.c
View file @
fa844caa
...
...
@@ -5642,7 +5642,7 @@ void Display_Send_Vspead(uint8_t menu)
break;
case 5:
fuel_val =
4
;
fuel_val =
5
;
tem=5;
VSpeed_val = 199;
// TFT_LCD_Draw_Bmp(3, 40+25+25+25+40+25+25, ( uint8_t * )gImage_JCT_12X0_Y0);
...
...
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