-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
41 lines (41 loc) · 1003 Bytes
/
pxt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Spider_advance",
"description": "",
"dependencies": {
"core": "*",
"microphone": "*",
"SuperBit": "github:lzty634158/superbit#0a0d6cd2c18804f6b56e944d0c7ff7bd91473ec8",
"bluetooth": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v3.0.63",
"tag": "v3.0.63",
"commits": "https://github.com/microsoft/pxt-microbit/commits/ea94985f107e6ce0505d6991f9b4831954e9cc4f",
"target": "5.0.12",
"pxt": "6.0.35",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"whitelist": 0,
"security_level": null
}
}
}
}
}