Unverified Commit 53004ef1 authored by Cristian Maglie's avatar Cristian Maglie Committed by GitHub

Report is_hidden field in board identification (#2224)

parent eca9d9a8
......@@ -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,
})
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment