Skip to content

Commit 08ef7c6

Browse files
cmagliesilvanocerza
authored andcommitted
Add missing "Type" value in 'board list' table in case of unknown board (#1673)
1 parent 625ff52 commit 08ef7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/board/list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (dr result) String() string {
157157
board := tr("Unknown")
158158
fqbn := ""
159159
coreName := ""
160-
t.AddRow(address, protocol, board, fqbn, coreName)
160+
t.AddRow(address, protocol, protocolLabel, board, fqbn, coreName)
161161
}
162162
}
163163
return t.Render()

0 commit comments

Comments
 (0)