updated serial filters

This commit is contained in:
Peli de Halleux 2016-03-28 14:33:24 -07:00
parent 297198697f
commit 4a615f44f1

View File

@ -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
} }
} }