Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LE19
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
时昊
LE19
Commits
22006b98
Commit
22006b98
authored
May 22, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:升级软件版本号
parent
db4ef6c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UDS_Common.c
le19源码/Source/Application/UDS/APP/Common/UDS_Common.c
+2
-2
No files found.
le19源码/Source/Application/UDS/APP/Common/UDS_Common.c
View file @
22006b98
...
...
@@ -28,7 +28,7 @@ Ser2EToDFlashInfoUnion Ser2EToDFlashInfo;
DTCToDFlashInfoUnion
DTCToDFlashInfo
;
const
uint8_t
DID_F180
[
16
]
=
{
'1'
,
'0'
,
'3'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
const
uint8_t
DID_F187
[
21
]
=
{
'9'
,
'9'
,
'0'
,
'0'
,
'1'
,
'6'
,
'2'
,
'7'
,
'4'
,
'4'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
const
uint8_t
DID_F189
[
16
]
=
{
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'
3
'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//主机厂定义的软件版本编号
const
uint8_t
DID_F189
[
16
]
=
{
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'
4
'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//主机厂定义的软件版本编号
const
uint8_t
DID_F191
[
16
]
=
{
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'1'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//主机厂定义的硬件版本编号
const
uint8_t
DID_F193
[
16
]
=
{
'H'
,
'V'
,
'0'
,
'0'
,
'1'
,
'.'
,
'0'
,
'0'
,
'1'
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
//供应商定义的硬件版本编号
const
uint8_t
DID_F199
[
4
]
=
{
0x20u
,
0x23u
,
0x02u
,
0x24u
};
...
...
@@ -39,7 +39,7 @@ DTCToDFlashInfoUnion DTCToDFlashInfo;
const
uint8_t
Ser22_DID_F18A
[
6
]
=
{
'4'
,
'5'
,
'1'
,
'0'
,
'0'
,
'3'
};
const
uint8_t
Ser22_DID_F18B
[
4
]
=
{
0x20
,
0x23
,
0x02
,
0x24
};
const
uint8_t
Ser22_DID_F18C
[
24
]
=
"0000"
;
const
uint8_t
Ser22_DID_F195
[
16
]
=
"SV001.00
3
"
;
//供应商定义的软件版本编号
const
uint8_t
Ser22_DID_F195
[
16
]
=
"SV001.00
4
"
;
//供应商定义的软件版本编号
const
uint8_t
Ser22_DID_F1A2
[
4
]
=
{
0x20
,
0x23
,
0x02
,
0x24
};
/*const uint8_t Ser22_DID_F1AA[8];
const uint8_t Ser22_DID_F1AE[] = "";
...
...
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