Skip to content

Commit

Permalink
Update unsupportedParts function to include "v2" (#5792)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Knight <[email protected]>
  • Loading branch information
microbit-carlos and microbit-robert authored Aug 5, 2024
1 parent 9ff7895 commit fbfae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/flash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class DAPWrapper implements pxt.packetio.PacketIOWrapper {
if (this.usesCODAL === undefined)
console.warn('try to access codal information before it is computed')
if (!this.usesCODAL) {
return ["logotouch", "builtinspeaker", "microphone", "flashlog"]
return ["logotouch", "builtinspeaker", "microphone", "flashlog", "v2"]
}
return [];
}
Expand Down

0 comments on commit fbfae29

Please sign in to comment.