Skip to content

Commit ea3b9e4

Browse files
committed
Removed ambigous "Identification properties" from board details
It's the last piece of the fqbn (like the "uno" in "arduino:avr:uno"). We use it internally but there is no point in showing it in the board details command since there is already the FQBN.
1 parent b627189 commit ea3b9e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cli/board/details.go

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func (dr detailsResult) String() string {
9797
t.SetColumnWidthMode(1, table.Average)
9898
t.AddRow(tr("Board name:"), details.Name)
9999
t.AddRow("FQBN:", details.Fqbn)
100-
t.AddRow(tr("Identification properties:"), details.PropertiesId)
101100
t.AddRow(tr("Board version:"), details.Version)
102101

103102
if details.Official {

0 commit comments

Comments
 (0)