We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
addressLabel
1 parent 9c38bfa commit afa27bcCopy full SHA for afa27bc
arduino-ide-extension/src/browser/boards/boards-toolbar-item.tsx
@@ -138,7 +138,7 @@ export class BoardsDropDown extends React.Component<BoardsDropDown.Props> {
138
{boardLabel}
139
</div>
140
<div className="arduino-boards-dropdown-item--port-label noWrapInfo noselect">
141
- {port.address}
+ {port.addressLabel}
142
143
144
{selected ? <div className="fa fa-check" /> : ''}
0 commit comments