Update unsupportedParts function to include "v2" (#5792)
Co-authored-by: Robert Knight <robert@microbit.org>
This commit is contained in:
Родитель
9ff789557b
Коммит
fbfae29b65
|
@ -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 [];
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче