-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpxt.json
43 lines (43 loc) · 1.11 KB
/
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
42
43
{
"name": "in-the-air-microbit2",
"version": "0.1.13",
"description": "Extension for in-the-air-microbt-2 kit",
"license": "MIT",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"itr.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"private_addressing": 0,
"advertising_timeout": 0,
"tx_power": 0,
"dfu_service": 0,
"event_service": 0,
"device_info_service": 0,
"eddystone_url": 0,
"eddystone_uid": 0,
"open": 0,
"pairing_mode": 0,
"whitelist": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
"partial_flashing": 1,
"enabled": 0
}
}
}
}
}