34 lines
765 B
JSON
Raw Normal View History

2016-06-14 06:30:07 -07:00
{
"name": "bluetooth",
2016-06-14 06:30:07 -07:00
"description": "Bluetooth services",
"files": [
"README.md",
"enums.d.ts",
"shims.d.ts",
"bluetooth.ts",
2016-11-14 09:44:46 -08:00
"bluetooth.cpp",
"BLEHF2Service.h",
"BLEHF2Service.cpp"
2016-06-14 06:30:07 -07:00
],
"icon": "./static/packages/bluetooth/icon.png",
2016-06-14 06:30:07 -07:00
"public": true,
"dependencies": {
"core": "file:../core"
2016-06-14 06:30:07 -07:00
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
2017-09-19 23:54:46 +02:00
}
}
},
"optionalConfig": {
"microbit-dal": {
"stack_size": 1280,
"gatt_table_size": "0x700"
2016-06-14 06:30:07 -07:00
}
}
2016-06-14 06:30:07 -07:00
},
2016-06-14 13:57:27 -07:00
"installedVersion": "vzlhfd"
}