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.
1 parent 7fc2475 commit d744aa9Copy full SHA for d744aa9
arduino-ide-extension/src/browser/contributions/upload-sketch.ts
@@ -63,7 +63,7 @@ export class UploadSketch extends SketchContribution {
63
if (!fqbn) {
64
return "";
65
}
66
- const address = boardsConfig.selectedBoard?.port?.address
+ const address = boardsConfig.selectedPort?.address;
67
if (!address) {
68
69
0 commit comments