Skip to content

Commit

Permalink
Fix bug blocking upload after opening IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Nov 8, 2021
1 parent 7fc2475 commit d744aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class UploadSketch extends SketchContribution {
if (!fqbn) {
return "";
}
const address = boardsConfig.selectedBoard?.port?.address
const address = boardsConfig.selectedPort?.address;
if (!address) {
return "";
}
Expand Down

0 comments on commit d744aa9

Please sign in to comment.