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 9325bf0 commit 64b7396Copy full SHA for 64b7396
src/commands/switchBoard.mts
@@ -38,7 +38,6 @@ export default class SwitchBoardCommand extends Command {
38
if (!compareLt(sdkVersion, "2.0.0")) {
39
quickPickItems.push("pico2");
40
}
41
-
42
if (!compareLt(sdkVersion, "2.1.0")) {
43
quickPickItems.push("pico2_w");
44
@@ -94,7 +93,6 @@ export default class SwitchBoardCommand extends Command {
94
93
95
return board;
96
97
98
// Check that board doesn't have an RP2040 on it
99
const data = readFileSync(boardFiles[board])
100
0 commit comments