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
4907a705
Commit
4907a705
authored
Dec 29, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:老化台程序更新
parent
be0018f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
APP_Test.c
Test_Bench/Api_Sources/APP_Test.c
+4
-4
No files found.
Test_Bench/Api_Sources/APP_Test.c
View file @
4907a705
...
...
@@ -159,7 +159,7 @@ void APP_ICM_Proc(void) /*zh321*/ /*FS04*/
case
1
:
{
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
199
;
//前轮
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
20
;
//前轮
CurValueStr
[
RPM_CAN
].
val
=
12000
;
//后轮
CurValueStr
[
TH2OC
].
val
=
85
;
//水温
CurValueStr
[
MIL_Lamp
].
val
=
1
;
//发动机故障灯
...
...
@@ -190,7 +190,7 @@ void APP_ICM_Proc(void) /*zh321*/ /*FS04*/
{
// CurValueStr[ENUM_VSpeed ].val = VSpeed(40);
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
199
;
//前轮
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
40
;
//前轮
CurValueStr
[
RPM_CAN
].
val
=
12000
;
//后轮
CurValueStr
[
TH2OC
].
val
=
103
;
//水温
CurValueStr
[
MIL_Lamp
].
val
=
1
;
//发动机故障灯
...
...
@@ -205,7 +205,7 @@ void APP_ICM_Proc(void) /*zh321*/ /*FS04*/
{
// CurValueStr[ENUM_VSpeed ].val = VSpeed(60);
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
199
;
//前轮
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
60
;
//前轮
CurValueStr
[
RPM_CAN
].
val
=
12000
;
//后轮
CurValueStr
[
TH2OC
].
val
=
121
;
//水温
CurValueStr
[
MIL_Lamp
].
val
=
1
;
//发动机故障灯
...
...
@@ -221,7 +221,7 @@ void APP_ICM_Proc(void) /*zh321*/ /*FS04*/
{
// CurValueStr[TCS_Warning_Lamp ].val = 1;
// CurValueStr[ENUM_VSpeed ].val = VSpeed(80);
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
199
;
//前轮
CurValueStr
[
WHEEL_SPEED_REAR
].
val
=
80
;
//前轮
CurValueStr
[
RPM_CAN
].
val
=
12000
;
//后轮
CurValueStr
[
TH2OC
].
val
=
145
;
//水温
CurValueStr
[
MIL_Lamp
].
val
=
1
;
//发动机故障灯
...
...
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