Skip to content

Commit 60933cf

Browse files
author
Akos Kitta
committed
Use port addressLabel for Tools > Port.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 6cae53b commit 60933cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/board-selection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ PID: ${PID}`;
288288
for (let i = 0; i < sortedIDs.length; i++) {
289289
const portID = sortedIDs[i];
290290
const [port, boards] = ports[portID];
291-
let label = `${port.address}`;
291+
let label = `${port.addressLabel}`;
292292
if (boards.length) {
293293
const boardsList = boards.map((board) => board.name).join(', ');
294294
label = `${label} (${boardsList})`;

0 commit comments

Comments
 (0)