Skip to content

Commit 53004ef

Browse files
authored
Report is_hidden field in board identification (#2224)
1 parent eca9d9a commit 53004ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: commands/board/list.go

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ func identify(pme *packagemanager.Explorer, port *discovery.Port) ([]*rpc.BoardL
159159
boards = append(boards, &rpc.BoardListItem{
160160
Name: board.Name(),
161161
Fqbn: fqbn.String(),
162+
IsHidden: board.IsHidden(),
162163
Platform: platform,
163164
})
164165
}

0 commit comments

Comments
 (0)