pxt-calliope/libs/bluetooth/pxt.json
Peli de Halleux 7af5b009cc moving pairing options to core, do not disable ble in core (#402)
* moving pairing options to core, do not disable ble in core

* moving default pairing settings into core
2017-05-19 06:35:23 -07:00

36 lines
935 B
JSON

{
"name": "bluetooth",
"description": "Bluetooth services",
"files": [
"README.md",
"enums.d.ts",
"shims.d.ts",
"bluetooth.ts",
"bluetooth.cpp",
"_locales/de/bluetooth-jsdoc-strings.json",
"_locales/no/bluetooth-strings.json",
"_locales/nl/bluetooth-strings.json",
"_locales/fr/bluetooth-strings.json",
"_locales/nl/bluetooth-jsdoc-strings.json",
"_locales/fr/bluetooth-jsdoc-strings.json"
],
"public": true,
"dependencies": {
"core": "file:../core"
},
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 1
}
}
},
"optionalConfig": {
"microbit-dal": {
"gatt_table_size": "0x700"
}
}
},
"installedVersion": "vzlhfd"
}