Skip to content

Commit a7284f9

Browse files
author
Akos Kitta
committed
Associate port with the recognized boards.
Signed-off-by: Akos Kitta <[email protected]>
1 parent f6ce0dc commit a7284f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-ide-extension/src/node/board-discovery.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ export class BoardDiscovery
314314
({
315315
fqbn: board.getFqbn(),
316316
name: board.getName() || Unknown,
317+
port,
317318
} as Board)
318319
);
319320
return maybeEnhancePortAddress({

0 commit comments

Comments
 (0)