Fix serial on devices that don't have the mbed serial driver installed (#583)
This commit is contained in:
parent
40101e60bd
commit
c24f61df36
@ -201,7 +201,7 @@
|
||||
"serviceId": "microbit"
|
||||
},
|
||||
"serial": {
|
||||
"nameFilter": "^mbed Serial Port",
|
||||
"nameFilter": "^(mbed Serial Port|DAPLink CMSIS-DAP)",
|
||||
"log": true,
|
||||
"useEditor": true,
|
||||
"editorTheme": {
|
||||
@ -363,4 +363,4 @@
|
||||
"editor.background": "#ecf0f1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user