-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
47 lines (47 loc) · 1.19 KB
/
pxt.json
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
{
"name": "extension-demo",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"demo.ts",
"demo.cpp",
"shims.d.ts",
"enums.d.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "7.0.57",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj",
"yotta": {
"config": {
"codal": {
"DEVICE_DMESG_BUFFER_SIZE": 0,
"DMESG_SERIAL_DEBUG": 0,
"MICROBIT_DMESG_LEVEL": 0,
"SOFTDEVICE_PRESENT": 1,
"DEVICE_BLE": 1,
"MICROBIT_BLE_ENABLED": 1,
"MICROBIT_BLE_PAIRING_MODE": 1,
"MICROBIT_BLE_DFU_SERVICE": 1,
"MICROBIT_BLE_DEVICE_INFORMATION_SERVICE": 1,
"MICROBIT_BLE_EVENT_SERVICE": 1,
"MICROBIT_BLE_PARTIAL_FLASHING": 1,
"MICROBIT_BLE_SECURITY_LEVEL": "SECURITY_MODE_ENCRYPTION_NO_MITM"
}
}
}
}