updated serial filters
This commit is contained in:
parent
297198697f
commit
4a615f44f1
@ -44,7 +44,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"main.blocks": "<xml xmlns='http://www.w3.org/1999/xhtml'>\n</xml>\n",
|
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>",
|
||||||
"main.blocks.ts": "\n",
|
"main.blocks.ts": "\n",
|
||||||
"README.md": "Describe your project here!"
|
"README.md": "Describe your project here!"
|
||||||
}
|
}
|
||||||
@ -64,7 +64,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"main.ts": "basic.showString('Hi!')\n",
|
"main.ts": "basic.showString('Hello!')\n",
|
||||||
"README.md": "Describe your project here!"
|
"README.md": "Describe your project here!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -75,7 +75,7 @@
|
|||||||
"hasHex": true
|
"hasHex": true
|
||||||
},
|
},
|
||||||
"serial" : {
|
"serial" : {
|
||||||
"nameFilter": "mbed Serial Port",
|
"manufacturerFilter": "^mbed$",
|
||||||
"log": true
|
"log": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user