Skip to content

Commit

Permalink
change the baudrate to 921,600
Browse files Browse the repository at this point in the history
  • Loading branch information
shihhsuan committed Apr 19, 2017
1 parent c2ad465 commit 12d1874
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified da87.bin
Binary file not shown.
Binary file modified da97.bin
Binary file not shown.
Binary file modified upload.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def pgupdate(read, total):

stream = open(da_path, 'rb')
m.send(stream)
s.baudrate = 115200*2
s.baudrate = 115200*8

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

0 comments on commit 12d1874

Please sign in to comment.