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
Tools
Port
1 parent 6cae53b commit 60933cfCopy full SHA for 60933cf
arduino-ide-extension/src/browser/contributions/board-selection.ts
@@ -288,7 +288,7 @@ PID: ${PID}`;
288
for (let i = 0; i < sortedIDs.length; i++) {
289
const portID = sortedIDs[i];
290
const [port, boards] = ports[portID];
291
- let label = `${port.address}`;
+ let label = `${port.addressLabel}`;
292
if (boards.length) {
293
const boardsList = boards.map((board) => board.name).join(', ');
294
label = `${label} (${boardsList})`;
0 commit comments