Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
EmbeddedDevice_SafeUpgrade
Project
Project
Details
Activity
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
Python_Scripts_For_Embedded_Developer
EmbeddedDevice_SafeUpgrade
Commits
4977c952
Commit
4977c952
authored
Jul 11, 2024
by
aohui.li
😋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改网关安全更新请求字段“RGS”
(Request Gateway Stamp)
parent
9802b59e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
at32_gateway_safe_update.py
at32_gateway_safe_update.py
+1
-1
No files found.
at32_gateway_safe_update.py
View file @
4977c952
...
@@ -236,7 +236,7 @@ def update():
...
@@ -236,7 +236,7 @@ def update():
global
packageSize
global
packageSize
global
oldTime
global
oldTime
data
=
[{
"cmd"
:
7
,
"R
esquestStamping
"
:
1
}]
data
=
[{
"cmd"
:
7
,
"R
GS
"
:
1
}]
data
=
json
.
dumps
(
data
,
separators
=
(
','
,
':'
))
data
=
json
.
dumps
(
data
,
separators
=
(
','
,
':'
))
print
(
data
)
print
(
data
)
while
CheckPassFlag
==
False
:
while
CheckPassFlag
==
False
:
...
...
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