diff --git a/editor/flash.ts b/editor/flash.ts index 400d9ea5f72..b4a1da72b32 100644 --- a/editor/flash.ts +++ b/editor/flash.ts @@ -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 []; }