5f7a8e5301
* update yotta defaults for 16kb devices * refactor deprecated blocks * updates for button events * update button events * update refference * update docs * update docs * update button event blocks * update docs * update block id
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"name": "bluetooth",
|
|
"description": "Bluetooth services",
|
|
"files": [
|
|
"README.md",
|
|
"enums.d.ts",
|
|
"shims.d.ts",
|
|
"bluetooth.ts",
|
|
"bluetooth.cpp",
|
|
"BLEHF2Service.h",
|
|
"BLEHF2Service.cpp"
|
|
],
|
|
"weight": 10,
|
|
"searchOnly": true,
|
|
"icon": "./static/packages/bluetooth/icon.png",
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
},
|
|
"yotta": {
|
|
"config": {
|
|
"microbit-dal": {
|
|
"bluetooth": {
|
|
"enabled": 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|