You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/common/protocol/board-list.ts
+22-9
Original file line number
Diff line number
Diff line change
@@ -362,9 +362,12 @@ export interface BoardList {
362
362
readonlyselectedIndex: number;
363
363
364
364
/**
365
-
* Contains all boards recognized from the detected port, and an optional unrecognized one that is derived from the detected port and the `initParam#selectedBoard`.
365
+
* Contains all the following board+port pairs:
366
+
* - one discovered board on a detected board (`1`),
367
+
* - manually selected or overridden board for a detected port (`1`),
368
+
* - multiple discovered boards on detected port (`1..*`)
0 commit comments