Skip to content

Commit 8503f15

Browse files
committed
Merge branch 'svl_updates' of https://github.com/sparkfun/Arduino_Apollo3 into svl_updates
2 parents 19268a4 + b5d809f commit 8503f15

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/artemis/artemis_svl.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ def phase_setup(ser):
172172
if(packet['timeout'] or packet['crc']):
173173
return 1
174174

175-
print('\tGot SVL Bootloader Version: '+str(int.from_bytes(packet['data'],'big')))
175+
verboseprint('\tGot SVL Bootloader Version: ' +
176+
str(int.from_bytes(packet['data'], 'big')))
176177
verboseprint('\tSending \'enter bootloader\' command')
177178

178179
send_packet(ser, SVL_CMD_BL, b'')
@@ -240,6 +241,7 @@ def phase_bootload(ser):
240241

241242

242243

244+
243245
# ***********************************************************************************
244246
#
245247
# Help if serial port could not be opened
@@ -339,4 +341,4 @@ def verboseprint(*args):
339341
else:
340342
verboseprint = lambda *a: None # do-nothing function
341343

342-
main()
344+
main()

tools/artemis/windows/artemis_svl.exe

-4.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)