Skip to content

Commit

Permalink
simplify windows call to circup (didn't work with the new package ver…
Browse files Browse the repository at this point in the history
…sion)
  • Loading branch information
Neradoc committed Sep 30, 2021
1 parent cb06c97 commit 8df1395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discotool/discotool.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def echo(*text,nl=True,**kargs):
# $Env:DISCOTOOL_CIRCUP = "python.exe -m circup"
if sys.platform.startswith("win32"):
conf['SERIALTOOL'] = "putty -sercfg 115200 -serial {port}"
conf['CIRCUP'] = "python -m circup"
conf['CIRCUP'] = "circup"

# override configuration constants with environement variables
for var in conf:
Expand Down

0 comments on commit 8df1395

Please sign in to comment.