77ed2ccfb1
* update pxt.json files * Fix button event enums fixes https://github.com/microsoft/pxt-calliope/issues/206 * Fix Safari CSS Rule for iOS app fixes https://github.com/microsoft/pxt-calliope/issues/205 * aprove preffered repos should fix https://github.com/microsoft/pxt-calliope/issues/167
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"name": "bluetooth",
|
|
"description": "Bluetooth services",
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"enums.d.ts",
|
|
"shims.d.ts",
|
|
"bluetooth.ts",
|
|
"bluetooth.cpp",
|
|
"BLEHF2Service.h",
|
|
"BLEHF2Service.cpp"
|
|
],
|
|
"public": true,
|
|
"weight": 10,
|
|
"searchOnly": true,
|
|
"icon": "./static/packages/bluetooth/icon.png",
|
|
"yotta": {
|
|
"config": {
|
|
"microbit-dal": {
|
|
"bluetooth": {
|
|
"enabled": 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|