WebBLE partial flashing experiment. (#1388)

* support for webble

* more refactoring

* updated check

* flags

* moving flashing to experiments

* always have pairing mode

* fix settings

* added experiment image

* bump pxt

* add missing types

* bump pxt
This commit is contained in:
Peli de Halleux
2018-10-12 16:12:27 -07:00
committed by GitHub
parent 57c89eb49b
commit 82bf0e7107
5 changed files with 29 additions and 28 deletions

View File

@ -38,10 +38,11 @@
"@types/bluebird": "2.0.33",
"@types/jquery": "3.2.16",
"@types/marked": "0.3.0",
"@types/node": "8.0.53"
"@types/node": "8.0.53",
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "0.24.2",
"pxt-core": "4.1.28"
"pxt-core": "4.1.30"
}
}