diff --git a/pxtarget.json b/pxtarget.json index 1f96da71..62329098 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -28,6 +28,7 @@ "deployDrives": "(MICROBIT|MBED)", "driveName": "MICROBIT", "hexMimeType": "application/x-microbit-hex", + "openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]", "upgrades": [ { "type": "package", @@ -338,4 +339,4 @@ } } } -} \ No newline at end of file +}