-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
37 lines (37 loc) · 806 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
{
"name": "Polisbil",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"RingbitCar": "github:tinkertanker/pxt-ringbitcar#v3.1.3"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "5.0.12",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"whitelist": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
}
}
}
}
}