Enable WebBLE experiment (#1373)

* added experiment

* added BLE name

* updated filters

* added experiment image

* enabling webble experiment
This commit is contained in:
Peli de Halleux 2018-10-09 23:18:53 -07:00 committed by GitHub
parent 2cf0bba259
commit 6765d3ef99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -42,6 +42,6 @@
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "0.24.2", "pxt-common-packages": "0.24.2",
"pxt-core": "4.1.22" "pxt-core": "4.1.23"
} }
} }

View File

@ -275,8 +275,12 @@
"print", "print",
"allowPackageExtensions", "allowPackageExtensions",
"instructions", "instructions",
"debugger" "debugger",
"bluetoothUartConsole"
], ],
"bluetoothUartFilters": [{
"namePrefix": "BBC micro:bit"
}],
"docMenu": [ "docMenu": [
{ {
"name": "Support", "name": "Support",