From 4a615f44f131cf9ed07d1b0a2b527c312234cca1 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 28 Mar 2016 14:33:24 -0700 Subject: [PATCH] updated serial filters --- libs/microbit/kind.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/microbit/kind.json b/libs/microbit/kind.json index 7bfdcbdf..12595bb7 100644 --- a/libs/microbit/kind.json +++ b/libs/microbit/kind.json @@ -44,7 +44,7 @@ ] }, "files": { - "main.blocks": "\n\n", + "main.blocks": "Hello!", "main.blocks.ts": "\n", "README.md": "Describe your project here!" } @@ -64,7 +64,7 @@ ] }, "files": { - "main.ts": "basic.showString('Hi!')\n", + "main.ts": "basic.showString('Hello!')\n", "README.md": "Describe your project here!" } }, @@ -75,7 +75,7 @@ "hasHex": true }, "serial" : { - "nameFilter": "mbed Serial Port", + "manufacturerFilter": "^mbed$", "log": true } }