-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
41 lines (41 loc) · 960 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": "V3",
"description": "",
"dependencies": {
"core": "*",
"Tinybit": "github:lzty634158/tiny-bit#13cdc8eee33fed7244ba2394a71b23130453810e",
"bluetooth": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.2.13",
"tag": "v1.2.13",
"commits": "https://github.com/Microsoft/pxt-microbit/commits/5d5b348757b15c6d00f5b7f560fd69592ca29424",
"target": "4.0.18",
"pxt": "4.4.7",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "pyprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"whitelist": 0
}
}
}
}
}