Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QJ_500-7c
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
时昊
QJ_500-7c
Commits
6ed34a29
Commit
6ed34a29
authored
May 07, 2024
by
薛小虎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: pwd给app传空
parent
1239d759
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
app_Ble_User.c
qianjiang/main/app_Ble_User.c
+24
-24
No files found.
qianjiang/main/app_Ble_User.c
View file @
6ed34a29
...
...
@@ -107,30 +107,30 @@ uint8_t Ble_Get_User_Info(void )
// ble_uerid[23] = 'a';
ble_pwd
[
0
]
=
'C'
;
ble_pwd
[
1
]
=
'C'
;
ble_pwd
[
2
]
=
'N'
;
ble_pwd
[
3
]
=
'C'
;
ble_pwd
[
4
]
=
'v'
;
ble_pwd
[
5
]
=
'i'
;
ble_pwd
[
6
]
=
'v'
;
ble_pwd
[
7
]
=
'a'
;
ble_pwd
[
8
]
=
'v'
;
ble_pwd
[
9
]
=
'i'
;
ble_pwd
[
10
]
=
'v'
;
ble_pwd
[
11
]
=
'a'
;
ble_pwd
[
12
]
=
'v'
;
ble_pwd
[
13
]
=
'i'
;
ble_pwd
[
14
]
=
'v'
;
ble_pwd
[
15
]
=
'a'
;
ble_pwd
[
16
]
=
'v'
;
ble_pwd
[
17
]
=
'i'
;
ble_pwd
[
18
]
=
'v'
;
ble_pwd
[
19
]
=
'a'
;
ble_pwd
[
20
]
=
'v'
;
ble_pwd
[
21
]
=
'i'
;
ble_pwd
[
22
]
=
'v'
;
ble_pwd
[
23
]
=
'a'
;
//
ble_pwd[0] = 'C';
//
ble_pwd[1] = 'C';
//
ble_pwd[2] = 'N';
//
ble_pwd[3] = 'C';
//
ble_pwd[4] = 'v';
//
ble_pwd[5] = 'i';
//
ble_pwd[6] = 'v';
//
ble_pwd[7] = 'a';
//
ble_pwd[8] = 'v';
//
ble_pwd[9] = 'i';
//
ble_pwd[10] = 'v';
//
ble_pwd[11] = 'a';
//
ble_pwd[12] = 'v';
//
ble_pwd[13] = 'i';
//
ble_pwd[14] = 'v';
//
ble_pwd[15] = 'a';
//
ble_pwd[16] = 'v';
//
ble_pwd[17] = 'i';
//
ble_pwd[18] = 'v';
//
ble_pwd[19] = 'a';
//
ble_pwd[20] = 'v';
//
ble_pwd[21] = 'i';
//
ble_pwd[22] = 'v';
//
ble_pwd[23] = 'a';
if
(
Ble_User
.
UseridUpdate
)
{
...
...
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