File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
'intelhex>=2.2.1,<3' ,
9
9
'tqdm>=4.19.5,<5'
10
10
],
11
- version = '1.0.1 ' ,
11
+ version = '1.0.3 ' ,
12
12
description = 'Programmer for FPGA boards using the TinyFPGA USB Bootloader (http://tinyfpga.com)' ,
13
13
author = 'Luke Valenty' ,
14
14
author_email = 'luke@tinyfpga.com' ,
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ def parse_int(str_value):
82
82
print (" Only one board with active bootloader, using it." )
83
83
active_port = active_boards [0 ]
84
84
else :
85
- print (" Please choose a board with the -c or -i option." )
85
+ print (" Please choose a board with the -c or -i option. Using first board in list." )
86
+ active_port = active_boards [0 ]
86
87
87
88
# list boards
88
89
if args .list or active_port is None :
You can’t perform that action at this time.
0 commit comments