-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
27 lines (27 loc) · 833 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
{
"name": "pxt-lorabit_demo_bme280",
"dependencies": {
"core": "*",
"cayenne_lpp": "github:ittisris/pxt-cayenne_lpp#41d3d5cac34360a6b618139204d297c191e72821",
"radio": "*",
"lorabit": "github:ittisris/pxt-lorabit#7c3027de7388501bd8b5287ab9f8a9e95a23afd2",
"BME280": "github:makecode-extensions/bme280#839a5d67065f634a3fb652c3f9621433a8765bfa"
},
"description": "",
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"preferredEditor": "tsprj",
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v2.1.15",
"tag": "v2.1.15",
"commits": "https://github.com/microsoft/pxt-microbit/commits/6b3b77cf9efa0da65ba0847015736cfc83e4aeef",
"target": "2.1.15",
"pxt": "5.23.17"
}
}