-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
49 lines (49 loc) · 1.2 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
44
45
46
47
48
49
{
"name": "SL01 SI113",
"version": "0.1.0",
"description": "SL01",
"license": "MIT",
"dependencies": {
"core": "*",
"microphone": "*"
},
"files": [
"README.md",
"xSL01.h",
"xSL01.cpp",
"si1133_config.h",
"sl01_if.ts",
"shims.d.ts",
"enums.d.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
}
}
}
}
}