We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def8f9c commit dfcd5abCopy full SHA for dfcd5ab
tools/artemis/artemis_svl.py
@@ -42,6 +42,9 @@
42
import os.path
43
from sys import exit
44
45
+SCRIPT_VERSION_MAJOR = "1"
46
+SCRIPT_VERSION_MINOR = "7"
47
+
48
# ***********************************************************************************
49
#
50
# Commands
@@ -322,6 +325,10 @@ def main():
322
325
num_tries = 3
323
326
324
327
print('\n\nArtemis SVL Bootloader')
328
329
+ verboseprint("Script version " + SCRIPT_VERSION_MAJOR +
330
+ "." + SCRIPT_VERSION_MINOR)
331
332
if not os.path.exists(args.binfile):
333
print("Bin file {} does not exist.".format(args.binfile))
334
exit()
tools/artemis/windows/artemis_svl.exe
-241 Bytes
0 commit comments