Skip to content

Commit

Permalink
Report is_hidden field in board identification (arduino#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie authored Jun 27, 2023
1 parent eca9d9a commit 53004ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/board/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func identify(pme *packagemanager.Explorer, port *discovery.Port) ([]*rpc.BoardL
boards = append(boards, &rpc.BoardListItem{
Name: board.Name(),
Fqbn: fqbn.String(),
IsHidden: board.IsHidden(),
Platform: platform,
})
}
Expand Down

0 comments on commit 53004ef

Please sign in to comment.