Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
don't overwrite fqbn & name
  • Loading branch information
davegarthsimpson committed Feb 23, 2023
commit 547c00d26e76cff60420c53be5b1d5a56b97bfdd
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export class BoardsServiceProvider

boardToAutoSelect = {
...boardToAutoSelect,
name,
fqbn,
name: boardToAutoSelect.name || name,
fqbn: boardToAutoSelect.fqbn || fqbn,
};
}

Expand Down