Skip to content

Commit 12d1874

Browse files
committed
change the baudrate to 921,600
1 parent c2ad465 commit 12d1874

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

da87.bin

1.56 KB
Binary file not shown.

da97.bin

1.21 KB
Binary file not shown.

upload.exe

-9.12 KB
Binary file not shown.

upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def pgupdate(read, total):
149149

150150
stream = open(da_path, 'rb')
151151
m.send(stream)
152-
s.baudrate = 115200*2
152+
s.baudrate = 115200*8
153153

154154
print >> sys.stderr, "DA uploaded, start uploading the user bin"
155155
time.sleep(1)

0 commit comments

Comments
 (0)