2016-03-10 23:01:04 +01:00
|
|
|
{
|
2023-01-11 18:51:27 +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,
|
2020-05-08 18:35:38 +02:00
|
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/radio",
|
2020-09-15 18:10:07 +02:00
|
|
|
"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
|
|
|
}
|
2020-05-08 18:35:38 +02:00
|
|
|
}
|
2023-01-11 18:51:27 +01:00
|
|
|
}
|