pxt-calliope/libs/radio/pxt.json

28 lines
607 B
JSON
Raw Permalink Normal View History

2016-03-10 23:01:04 +01:00
{
"name": "radio",
"description": "The radio services",
"dependencies": {
"core": "file:../core"
},
"files": [
"README.md",
"shims.d.ts",
"enums.d.ts",
"radio.cpp",
"radio.ts",
"targetoverrides.ts"
],
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/radio",
"icon": "./static/packages/radio/icon.png",
2016-04-19 18:43:23 +02:00
"yotta": {
2016-04-02 03:01:44 +02:00
"config": {
2016-04-19 18:43:23 +02:00
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
2016-04-02 03:01:44 +02:00
}
}
}